On Friday, October 4, 2002, at 04:45 AM, Puneet Kishor wrote: > > What I want is to know if I can mount a remote disk via ssh.
No, you can't. ssh is a shelling protocol (to coin a phrase). You can't mount a disk with it. The next best thing for you would be to use RBrowser. It can browse files over an ssh connection and let you use local editors on them as if you were editing them locally. Behind the scenes, though, it will transfer the entire file over ssh, then transfer it back when you save changes. Quite different from actually mounting the remote filesystem, but basically the same in the final effect. -Ken