summaryrefslogtreecommitdiff
path: root/cli-auth.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2009-06-16 15:22:33 +0000
committerMatt Johnston <matt@ucc.asn.au>2009-06-16 15:22:33 +0000
commit47b781384ed84fd11d885108337753cdbeea9cbb (patch)
treeb185f4114a04466b8c0fe0bef48953c523eef111 /cli-auth.c
parentc73a202e3ad2696cd83676c60690d3604fce61ba (diff)
downloaddropbear-47b781384ed84fd11d885108337753cdbeea9cbb.tar.gz
- Print banner to stderr. Probably the right way, and avoids
bad interactions with multihop or netcat-alike mode.
Diffstat (limited to 'cli-auth.c')
-rw-r--r--cli-auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-auth.c b/cli-auth.c
index 731d769..8b6a440 100644
--- a/cli-auth.c
+++ b/cli-auth.c
@@ -91,7 +91,7 @@ void recv_msg_userauth_banner() {
}
}
- printf("%s\n", banner);
+ fprintf(stderr, "%s\n", banner);
out:
m_free(banner);