
ssh stuff
01/07/2014
As reference:
Some handy tips: SSH Kunfu:
http://blog.tjll.net/ssh-kung-fu/
Or the putty tunnel way:
http://www.howtoforge.com/ssh_key_based_logins_putty_p3
Putty .PPK key to SSH key
1 |
ubuntu sudo apt-get install putty putty-tools |
command line:
1 |
puttygen key.ppk -O private-openssh -o key.ssh |
log onto your system:
1 |
ssh user@server.com -i key.ssh |
Add your key to your linux shell:
1 |
ssh-add /path/key.ssh |
More to come I think 🙂
Share the post "ssh stuff"