Displaying 3 results from an estimated 3 matches for "sshforwarding".
Did you mean:
nsforwarding
2008 Feb 01
2
ssh wrapper scripts
Hello
This is an idea someone had that I thought of implementing, but I don't
know whether I have the time. Regardless, I would only do it if you
would include it with the OpenSSH distribution, so I would need to know
your opinion.
OpenSSH is a very useful an very versatile tool. Not only a remote
terminal - but also an FTP-like client/server, an app for copying files,
an aid for port
2009 Feb 11
0
rsync on symbian
...ck to my
phone.
while i was looking for a copy application (like scp) i found rsyc running
on symbian.
i checked rsync home page, and i could't find any news on it. so i write
this letter to the mailing list informing you about this rsync port.
you can find more information here:
http://www.sshforwarding.com/symbian-rsync
i hope this is a usefull info.
homer
2016 Jan 03
8
User id for the forwarder ports
Hi,
Question:
Can a TCP server (running on the same host as the OpenSSH server) know
the user id/name of a user forwarding an TCP port ?
I.e. if someone on some client machine does
ssh -L9999:localhost:9999 someuser at somehost
nc localhost 9999
and a service accepts the connection on port localhost:9999 on
somehost, can it somehow safely read out the user name "someuser"?
Long