diff options
author | Hans Nilsson <[email protected]> | 2016-04-28 16:35:23 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-04-29 15:09:38 +0200 |
commit | 7efc9c9460baa78dba0bc63e300890df5a97812f (patch) | |
tree | 5b0d9f6c51d713a89dc44d6dc33e791096c67a2b /lib/ssh/src/ssh_connect.hrl | |
parent | b7f81aa55ffa161be01929b8d156e40bf751de17 (diff) | |
download | otp-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.hrl | 2 |
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, |