Log onto a server with SSH
Logging in for the first time (First time login)
- Check the SSH Key Fingerprint
- Copy public SSH Key onto the server
ssh user@server-address
# or
ssh -p port user@server-addressssh user@server-address
# or
ssh -p port user@server-addressDate: