Software #
- csshX is a tool to allow simultaneous control of multiple SSH sessions.
Tips #
- SSH config
-
Moving the public key to remote servers:
ssh-copy-id user@host
or cat ~/.ssh/id_rsa.pub | ssh user@host 'cat - >> ~/.ssh/authorized_keys'
- Generating a public key:
ssh-keygen -t rsa -C "your_email@youremail.com"
Articles #
- 25 BEST SSH COMMANDS / TRICKS
- http://tychoish.com/rhizome/9-awesome-ssh-tricks/
- http://matt.might.net/articles/ssh-hacks/
Incoming Links #
Related Articles (Article 0) #
Suggested Pages #
- 0.928 Proxy
- 0.013 IPython
- 0.006 IPython notebook
- 0.006 Peter Norvig
- 0.006 Jupyter
- 0.006 Artemy Kolchinsky
- 0.003 Jupyter/notebook
- 0.003 Polynote
- More suggestions...