bugzilla-daemon at bugzilla.mindrot.org
2009-Oct-20 23:32 UTC
[Bug 1661] New: netcat feature
https://bugzilla.mindrot.org/show_bug.cgi?id=1661
Summary: netcat feature
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: OpenBSD
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: sfandino at yahoo.com
Created an attachment (id=1701)
--> (https://bugzilla.mindrot.org/attachment.cgi?id=1701)
adds new option "-Ghost:port" that is equivalent to running "ssh
nc
host port"
The attached patch allows to use ssh as a remote netcat.
A new flag -Ghost:port activates the feature.
For instance:
$ ssh foo.bar.com -Gwww.openssh.org:80
redirects local stdio to www.openssh.org 80 through foo.bar.com
It is equivalent to running
$ ssh nc www.openssh.org 80
but using SSH port forwarding support (and that means that port
forwarding should be allowed on the remote side) instead of a helper
command.
Cheers,
- Salva
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=1661
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2009-10-21
10:46:25 EST ---
Thanks, but this is a duplicate.
*** This bug has been marked as a duplicate of bug 1618 ***
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=1661
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> 2010-04-16 15:49:49
EST ---
Mass move of bugs RESOLVED->CLOSED following the release of
openssh-5.5p1
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.