On Thu, 17 Jan 2002, Ben-Nes Michael wrote: > Hi All > > Can any one tip me how can I open files on distant computer using ssh ? > > some kind of mount over tunnel ?
There is a program called fsh to create a permanent ssh tunnel for use by several ssh commands. I'm not sure exatctly if it any better then simply using ssh. I believe that both konqueror and mc have a user-space "virtual file system" over an sh connection (for konqueror I think that this is not yet part of official KDE). Also, I know that there is a kernel patch for providing an ftpfs (file system to be accessed through ftp). I don't know if anything similar exists for ssh (and if it exists: if it is stable enough for daily use, etc.) . Maybe search for sshfs . And there is, of course, sftp and scp. -- Tzafrir Cohen /"\ mailto:[EMAIL PROTECTED] \ / ASCII Ribbon Campaign Taub 229, 972-4-829-3942, X Against HTML Mail http://www.technion.ac.il/~tzafrir / \ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
