[software and hardware technology originating from or otherwise pertinent to planet earth]
http://www.felixgers.de/teaching/cvs/remote.html
Accessing a Remote Repository via a Network (http://www.felixgers.de/teaching/cvs/remote.html) has the following juicy tidbit [HTML3 elements replaced w/ XHTML elements -ed]:
Connecting with rsh or ssh:
CVS uses the rsh of ssh protocol to access a remote repository.
CVS uses the contents of the CVS_RSH variable to determine the name of the remote shell command to use when starting a CVS server. If this variable is not set then ‘rsh’ is used. To use ssh set:
shell> export CVS_RSH=ssh
Example: Supposing you want to access the module ’foo‘ in the repository ‘/cvsroot/’, on machine ‘gnu.org’:
cvs -d :ext:bach@gnu.org/cvsroot checkout foo
The ‘bach@’ can be omitted if the username is the same on both the local and remote hosts.
http://www.bitvise.com/ftp-bridge
A new Windows SSH client has come onto the radar: Bitvise
Of particular interest is the FTP <-> SFTP (SSH) client-side bridging functionality of the Tunnelier SFTP software. This widget creates transparent, secured, tunneled bridging between standard Windows FTP client applications and SFTP (SSH) servers. This is something that's been needed for quite some time, imo.
See Using Tunnelier to Connect to an SFTP Server with an FTP Client (from bitvise).
Labels: 0x0000, bash, gpg, linux, perl, php, script, shebang shell, SSH, ssh-add, ssh-agent, ssh-copy-id, vnc
http://ubuntu.wordpress.com/2005/10/28/how-to-mount-a-remote-ssh-filesystem-using-sshfs/
Ran across this bit in the Ubuntu Wordpress Blog: How to Mount a Remote SSH Filesystem using sshfs
The sshfs can be used to mount and unmount remote file systems in user space over an SSH tunnel.
The sshfs program was not installed by default.
This program (sshfs) is relate to the FUSE user-space file system architecture.
Labels: linux, mount, remote file system, SSH, tip
2006/12 2007/01 2007/05 2007/06 2007/07 2007/08 2007/10 2008/01 2008/02 2008/03 2008/05 2008/11 2008/12 2009/01 2009/02 2009/03 2009/04 2009/05 2009/07 2009/09 2009/10 2009/11 2009/12 2010/01
Subscribe to Posts [Atom]