Basic SSH Flashcards

1
Q

What does SSH stand for?

A

Secure Shell, which is a client/server protocol

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

What command do you use to connect to your server remotely?

A

ssh ‘username’@IP address

Ex: ssh root@124.123.122.121
Will ask for root password, and, if it’s first time connecting, will prompt you to change it

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