ssh |
These notes are my personal online notebook of useful commands and "how-to's". You are welcome to make use of them if you find them helpful. They obviously don't come with any warranty! Click on one of the category tags above for the notes in any category. |
|||
How to create a password-less ssh login #log in as the user host=server.com hostnick=server luser=localusername suser=serverusername # mkdir -p .ssh ssh-keygen -t rsa -f .ssh/id_rsa_$hostnick #generate key ############# You will be prompted for a password, press enter for no pw # #create .ssh/config file: echo "host $hostnick" >> .ssh/config echo " hostname $host" >> .ssh/config echo " user $suser" >> .ssh/config echo " identityfile /home/$luser/.ssh/id_rsa_$hostnick" >> .ssh/config |
|||
Set up the proxy: Go to firefox preferences/advanced/connection-settings Browse to site:http://www.itistimed.com to verify your location |
|||
#install fuse on Ubuntu: #install fuse on CentOS yum install kernel-devel #make a directory and mount a remote file system on it #unmount system #information taken from: http://www.linuxjournal.com/article/8904 |
|||
Here are some links: |
|||
This is a useful link to putty configuration: http://dag.wieers.com/blog/improving-putty-settings-on-windows |
|||



