Changes

From SME Server
Jump to navigationJump to search
1,075 bytes added ,  19:03, 25 October 2007
Line 47: Line 47:  
==Uploading contrib(s) to contribs.org==
 
==Uploading contrib(s) to contribs.org==
   −
If you have created a contrib and wish to share with everyone then you can upload to your mirror.contribs.org/smeserver/contribs directory. To do so you can use scp, sftp or rsync to upload to your contrib directory.
+
If you have created a contrib and wish to share with everyone then you can upload to your mirror.contribs.org/smeserver/contribs directory. To do so you can use ssh, rysnc, sftp or scp to upload to your contrib directory.
 +
 
 +
===Using SSH===
 +
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
 +
 
 +
You will then see either ssh authenticated key login:
 +
 
 +
[localuser@localhost ~]$ ssh shell.contribs.org -l username
 +
Enter passphrase for key '/home/username/.ssh/id_rsa':
 +
Last login: Tue Oct 23 15:09:50 2007 from xxx.xxx.xxx.xxx
 +
[username@shell ~]$
 +
 
 +
or if using a shell password:
 +
 
 +
[localuser@localhost ~]$ ssh shell.contribs.org -l username
 +
username@shell.contribs.org's password:
 +
Last login: Tue Oct 23 15:09:50 2007 from xxx.xxx.xxx.xxx
 +
[username@shell ~]$
 +
 
 +
There is limited shell access as mentioned and the available commands are:
 +
 
 +
cat bash cat chgrp chmod chown clear cp dircolors echo egrep find grep hostname id less ln ls mkdir
 +
more mv nano newgrp passwd rm rmdir rsync scp sed sort touch uniq xargs
 +
 
 +
You can also change your password within your shell account by typing:
 +
 
 +
passwd
 +
 
 +
Now upload your contribs and share with everyone ;)
    
===Using RSYNC===
 
===Using RSYNC===

Navigation menu