diff options
author | Hans Nilsson <[email protected]> | 2016-05-02 13:10:33 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-05-02 13:10:33 +0200 |
commit | 7c2e7f8d3b2ae18c08a5d822976cc31f6f354f92 (patch) | |
tree | 24bff547f278274c95d1a1d3bb7092029706d8b1 /lib/ssh/src/ssh_connect.hrl | |
parent | 857a1d4b17508608241e10315f17988cf2d22ecc (diff) | |
parent | 7efc9c9460baa78dba0bc63e300890df5a97812f (diff) | |
download | otp-7c2e7f8d3b2ae18c08a5d822976cc31f6f354f92.tar.gz otp-7c2e7f8d3b2ae18c08a5d822976cc31f6f354f92.tar.bz2 otp-7c2e7f8d3b2ae18c08a5d822976cc31f6f354f92.zip |
Merge branch 'hans/ssh/remove_tcpip_forward'
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, |