Redhat:ssh config commands
Jump to navigation
Jump to search
SSH Commands
There are several commands used with SSH.. This is a summary of their purposes
| sshd | The ssh daemon service. This must be running to allow incoming ssh requests |
| ssh-agent | Holds the ssh keys |
| ssh-add | adds RSA identities |
| ssh | The main ssh command used to login to a system |
| ssh-keygen | generate an RSA or DSA key |
| ssh-copy-id | copy a key to a remote system |