diff options
author | Matt Johnston <matt@ucc.asn.au> | 2009-06-16 15:22:33 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2009-06-16 15:22:33 +0000 |
commit | cb82c6e3e0db91adc8aa65620935f4c9d57f70e9 (patch) | |
tree | b185f4114a04466b8c0fe0bef48953c523eef111 | |
parent | d6441f4397d802115499e4262071442707873aec (diff) |
- Print banner to stderr. Probably the right way, and avoids
bad interactions with multihop or netcat-alike mode.
--HG--
extra : convert_revision : 899a8851a5edf840b2f7925bcc26ffe99dcac54d
-rw-r--r-- | cli-auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ void recv_msg_userauth_banner() { } } - printf("%s\n", banner); + fprintf(stderr, "%s\n", banner); out: m_free(banner); |