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. |
|||
test with either of the following: tunnel can be closed with http://www.webmasterworld.com/forum40/1010.htm http://support.suso.com/supki/SSH_Tutorial_for_Linux for windows: |
|||
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 |
|||
[writeup] **Warning: Tag still open at end of document: "pre"
**** Warnings occurred ****
apt-get install sshfs smbfs
yum install kernel-devel yum install --enablerepo=rpmforge fuse dkms dkms-fuse
mkdir /music sshfs -o allow_other root@sv.isnew.org:/backups/music /music
fusermount -u /music
sudo smbmount //sv/comm |
|||
Here are some links: |
|||
This is a useful link to putty configuration: http://dag.wieers.com/blog/improving-putty-settings-on-windows |
|||

