ldrl

SSH

See cheatsheet

What is SSH ?

Keys SSH

public on machine to access

private on local machine

usually stored in ~/rsa_id.pub

How to log in with SSH ?

ssh <username>@<host> -p <port>

-password ?

The authenticity of host 'host:port ([IP]:2220)' can't be established.
ECDSA key fingerprint is SHA256:98UL0YBr85496EtCRkLlo90X6OPnyPSB5tB5RMbhcdc.
Are you sure you want to continue connecting (yes/no/[fingerprint])?

What does this mean ?


Sources