Issues with SFTP

Markus Friedl markus at openbsd.org
Wed Jan 30 21:36:19 EST 2002


On Wed, Jan 30, 2002 at 12:01:39AM -0800, Dan Kaminsky wrote:
> $ ssh temp at 10.0.1.11 ls
> temp at 10.0.1.11's password:
> $ ssh temp at 10.0.1.11 mkdir foo
> temp at 10.0.1.11's password:
> $ scp mid1.pdf temp at 10.0.1.11:foo
> temp at 10.0.1.11's password:
> $ scp temp at 10.0.1.11:foo/mid2.pdf .
> temp at 10.0.1.11's password:
> $ scp temp at 10.0.1.11:foo/* .
> temp at 10.0.1.11's password:

you can hack ssh to keep the authenticated connection open and send
several commands over the authenticated connection. it's all in the
protocol (v2), our server allows this.



More information about the openssh-unix-dev mailing list