Redhat:ssh config commands

From Define Wiki
Revision as of 16:14, 26 August 2013 by Michael (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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