diff options
author | Christian Kandeler <[email protected]> | 2012-06-19 13:03:48 +0200 |
---|---|---|
committer | Christian Kandeler <[email protected]> | 2012-08-28 15:12:04 +0200 |
commit | edcf76613b82d4b04ad9d0797515dc42d983eb68 (patch) | |
tree | 5229324612e8489ebe70e304641ea0781893dfdd /src/libs/ssh/ssh.pro | |
parent | a57b4cf93efcb3fe30623566115b29e925367f7f (diff) |
SSH: Implement tunneling.
This is the "direct-tcpip" port forwarding
specified in RFC 4254.
Change-Id: I1ffa2e923b4479c7211b1b4304e66895b565fb64
Reviewed-by: hjk <[email protected]>
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/libs/ssh/ssh.pro')
-rw-r--r-- | src/libs/ssh/ssh.pro | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/libs/ssh/ssh.pro b/src/libs/ssh/ssh.pro index 2df5b0430b0..3b4ce049627 100644 --- a/src/libs/ssh/ssh.pro +++ b/src/libs/ssh/ssh.pro @@ -29,7 +29,8 @@ SOURCES = $$PWD/sshsendfacility.cpp \ $$PWD/sshconnectionmanager.cpp \ $$PWD/sshkeypasswordretriever.cpp \ $$PWD/sftpfilesystemmodel.cpp \ - $$PWD/sshkeycreationdialog.cpp + $$PWD/sshkeycreationdialog.cpp \ + $$PWD/sshdirecttcpiptunnel.cpp HEADERS = $$PWD/sshsendfacility_p.h \ $$PWD/sshremoteprocess.h \ @@ -62,6 +63,8 @@ HEADERS = $$PWD/sshsendfacility_p.h \ $$PWD/sshkeypasswordretriever_p.h \ $$PWD/sftpfilesystemmodel.h \ $$PWD/sshkeycreationdialog.h \ - $$PWD/ssh_global.h + $$PWD/ssh_global.h \ + $$PWD/sshdirecttcpiptunnel_p.h \ + $$PWD/sshdirecttcpiptunnel.h FORMS = $$PWD/sshkeycreationdialog.ui |