Changes

From SME Server
Jump to navigationJump to search
9 bytes removed ,  19:07, 25 October 2007
Line 52: Line 52:  
You can log in using a shell account with limited access, to do this you can either use your password or set up ssh (see note about permissions of ssh keys) keys:
 
You can log in using a shell account with limited access, to do this you can either use your password or set up ssh (see note about permissions of ssh keys) keys:
   −
  ssh shell.contribs.org -l username
+
  ssh username@shell.contribs.org
    
You will then see either ssh authenticated key login:
 
You will then see either ssh authenticated key login:
   −
  [localuser@localhost ~]$ ssh shell.contribs.org -l username
+
  [localuser@localhost ~]$ ssh username@shell.contribs.org
 
  Enter passphrase for key '/home/username/.ssh/id_rsa':  
 
  Enter passphrase for key '/home/username/.ssh/id_rsa':  
 
  Last login: Tue Oct 23 15:09:50 2007 from xxx.xxx.xxx.xxx
 
  Last login: Tue Oct 23 15:09:50 2007 from xxx.xxx.xxx.xxx
Line 63: Line 63:  
or if using a shell password:
 
or if using a shell password:
   −
  [localuser@localhost ~]$ ssh shell.contribs.org -l username
+
  [localuser@localhost ~]$ ssh username@shell.contribs.org
 
  username@shell.contribs.org's password:
 
  username@shell.contribs.org's password:
 
  Last login: Tue Oct 23 15:09:50 2007 from xxx.xxx.xxx.xxx
 
  Last login: Tue Oct 23 15:09:50 2007 from xxx.xxx.xxx.xxx

Navigation menu