Linked by Thom Holwerda on Wed 5th Jul 2006 17:07 UTC, submitted by Borys Musielak
Permalink for comment 140584
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2005-12-16
Numerous other apps can use SSH. I use svn for version control over ssh with password-less auth. Rsync is another big one -- excellent for transfering a whole website to the host securely. And, rsync only transfers modified files, which makes the whole process of updating a huge site secure and painless.
svn co svn+ssh://repo/module
svn commit # and svn commits over ssh tunnel
rsync -e ssh src [user@host:]dest