User Tools

Site Tools


computing:ssh

This is an old revision of the document!



  • ssh
  • Jonathan Haack
  • Haack's Networking
  • netcmnd@jonathanhaack.com

Keep those public and private key pairs protected … and where they are located!

chmod 700 ~/.ssh 
chmod 644 ~/.ssh/id_rsa.pub
chmod 600 ~/.ssh/id_rsa
chmod 755 ~/

Using with screen

ssh -t xx.xx.xx.xx screen -DRO
computing/ssh.1526631224.txt.gz · Last modified: 2018/11/25 01:33 (external edit)