Changes

From SME Server
Jump to navigationJump to search
355 bytes removed ,  21:13, 25 October 2007
Line 51: Line 51:  
Before you start using your favorite transfer method you may wish to set up your ssh keys to authenticate against shell.contribs.org or simply ignore and you would be requested to type your password that was originally set up with your contrib area.
 
Before you start using your favorite transfer method you may wish to set up your ssh keys to authenticate against shell.contribs.org or simply ignore and you would be requested to type your password that was originally set up with your contrib area.
   −
If you do wish to use ssh authenticated keys then log in to ssh username@shell.contribs.org using our shell password, then first create your .ssh directory:
+
If you do wish to use ssh authenticated keys, then follow the section [http://sial.org/howto/openssh/publickey-auth/#s2 SSH with Keys]
   −
mkdir .ssh
+
Additional links:
   −
Change the permissions on the .ssh directory:
+
[http://sial.org/howto/openssh/publickey-auth/ public key auth]
   −
chmod 0700 .ssh
+
[http://www.sshkeychain.org/mirrors/SSH-with-Keys-HOWTO/SSH-with-Keys-HOWTO-4.html SSH with Keys]
 
  −
 
  −
Prepare our authorized keys file for our key to be copied over
  −
 
  −
cat > .ssh/authorized_keys2 << EOF
  −
 
  −
Then switch to your local box and copy your key:
  −
  −
{put your key here}
  −
  −
Then once you happy your key is copied over hit return and type:
  −
 
  −
EOF
  −
 
  −
Next change permission of your authorized_keys2 file:
  −
 
  −
chmod 0644 .ssh/authorized_keys2
  −
 
  −
Now log out of shell and re log back in this time using your newly created ssh authenticated keys.
      
===Using SSH===
 
===Using SSH===

Navigation menu