12 Feb 2019
Secure Shell or Secure Socket shell is an application layer protocol.
→ Supports both password and key-based authentication
→ Encrypts data communication between computers
→ By default the server listens on HTTP port 22
ssh-keygen
: new auth key pair for SSHssh-copy-id
: copies, installs and configures an SSH key on a serverscp
: an SSH-secured version of the RCP protocol, lets the user copy files from one machine to anothersftp
: an SSH-secured version of the FTP protocol, used to share files on the internetssh-keygen -t rsa
The -t flag means the type of key we want to generate.