SSH Logins Flashcards

1
Q

ssh host

A

Connect to “host” as your local username

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ssh user@host

A

Connect to “host” as “user”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ssh -p port user@host

A

Connect to “host” using “port”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ssh-keygen

A

Create a new SSH key pair

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ssh-copy-id user@host

A

Copy SSH key to the remote host to enable passwordless logins for “user”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly