Difference between revisions of "Redhat:ssh config commands"
Jump to navigation
Jump to search
(Created page with "== SSH Commands == There are several commands used with SSH.. This is a summary of their purposes {| class="wikitable" |- | sshd || The ssh daemon service. This must be run...") |
(No difference)
|
Latest revision as of 16:14, 26 August 2013
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 |