introducing sshfs
fuse and sshfs are useful tools to mount file systems across computers that have ssh installed.
on FC5, simply do 'yum install sshfs'. Client system (exporting mounting points) needs to have
the following entries enabled in sshd_config:
-> Subsystem sftp /usr/lib/openssh/sftp-server
-> TCPKeepAlive yes
on FC5, simply do 'yum install sshfs'. Client system (exporting mounting points) needs to have
the following entries enabled in sshd_config:
-> Subsystem sftp /usr/lib/openssh/sftp-server
-> TCPKeepAlive yes
<< Home