Re: [9fans] ssh v2, using a remote linux server

2009-05-05 Thread maht
the "problem" with fgb's ssh2 (last time I used it) was that it didn't do many optional things like -L -R -p I had to fiddle with the source to get it to use port 222 (yay FOSS) So there's still room for some work if anyone's up for it

Re: [9fans] ssh v2, using a remote linux server

2009-05-04 Thread Steve Simon
> Alternately, if you have fuse installed you could > use sshfs instead (Linux tool, not p9p tool). Another option might be sftpfs for plan9, which allows local plan9 machine to see a remote filesystem over an SSH link using the SFTP protocol. http://www.tip9ug.jp/who/fhs/sftpfs.tgz Though this

Re: [9fans] ssh v2, using a remote linux server

2009-05-03 Thread lucio
> I > have no possibility of changing anything serious on that computer > (like that it could serve ssh v1), I am just an ordinary user. You can spawn a private copy of sshd, if I'm not mistaken, with whatever options you see fit. But you need to log in first and you need to use an unused port nu

Re: [9fans] ssh v2, using a remote linux server

2009-05-03 Thread john
> I found some v2 client under contrib/john, which I compiled > successfuly in plan9 (but failed in 9vx...). I can connect with this > to my linux box, however, I somehow cannot connect to other (for me > more important) computers. Either I see really nothing to happen, or I > see 'connect 0' and

Re: [9fans] ssh v2, using a remote linux server

2009-05-03 Thread Russ Cox
> 2) > More generally: > I use a powerful linux machine for doing some havier calculations. I > have no possibility of changing anything serious on that computer > (like that it could serve ssh v1), I am just an ordinary user. So far > I usually do the programming on my 'local' linux computer using