aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connect.hrl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2016-04-28 16:35:23 +0200
committerHans Nilsson <[email protected]>2016-04-29 15:09:38 +0200
commit7efc9c9460baa78dba0bc63e300890df5a97812f (patch)
tree5b0d9f6c51d713a89dc44d6dc33e791096c67a2b /lib/ssh/src/ssh_connect.hrl
parentb7f81aa55ffa161be01929b8d156e40bf751de17 (diff)
downloadotp-7efc9c9460baa78dba0bc63e300890df5a97812f.tar.gz
otp-7efc9c9460baa78dba0bc63e300890df5a97812f.tar.bz2
otp-7efc9c9460baa78dba0bc63e300890df5a97812f.zip
ssh: undocumented, untestesd and experimental tcpip_forward code removed
Diffstat (limited to 'lib/ssh/src/ssh_connect.hrl')
-rw-r--r--lib/ssh/src/ssh_connect.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_connect.hrl b/lib/ssh/src/ssh_connect.hrl
index 47a166dcfd..4fb6bc39f3 100644
--- a/lib/ssh/src/ssh_connect.hrl
+++ b/lib/ssh/src/ssh_connect.hrl
@@ -243,7 +243,7 @@
-record(channel,
{
- type, %% "session", "x11", "forwarded-tcpip", "direct-tcpip"
+ type, %% "session"
sys, %% "none", "shell", "exec" "subsystem"
user, %% "user" process id (default to cm user)
flow_control,