Linux·9 questions

How to set up SSH?

Answer
ssh-keygen — create keys.
ssh-copy-id user@server — copy public key.
ssh user@server — connect.
Disable password login in sshd_config.
Change port from 22.
Was this answer helpful?

More questions in this topic

Related questions from other topics