SSH Notes
These notes apply to OpenSSH
- SSH sessions
- Initiate a session
- Use
ssh [email protected]to initiate an ssh session (can alternatively usessh -l user domain.com)
- Use
- Files stored locally in
~/.ssh- Known hosts
- Initiate a session
- The first time you connect to a remote server via SSH, you are asked if you want to continue--if you do, that server is added to the known_hosts file