[erlang-bugs] More ssh bugs

Anders Nygren anders.nygren@REDACTED
Fri Feb 13 19:31:01 CET 2009


Hi
In ssh-1.0.2,
1, If the shell option is given Options in ssh:daemon/1,2,3, it will be added
again before the call to start_daemon. I don't think it causes any
errors but it
is unnecessary.

2, If HostAddr is not given in ssh:daemon it will use inet:getaddr/2 to get ONE
address for the host and only listen on that address.
I may be wrong but I expected it to listen on ALL addresses on the host, like it
used to do in ssh-0.9.9.6.

/Anders



More information about the erlang-bugs mailing list