mirror of
https://github.com/clearml/dropbear
synced 2025-05-17 18:05:07 +00:00
- Print banner to stderr. Probably the right way, and avoids
bad interactions with multihop or netcat-alike mode. --HG-- extra : convert_revision : 899a8851a5edf840b2f7925bcc26ffe99dcac54d
This commit is contained in:
parent
d6441f4397
commit
cb82c6e3e0
@ -91,7 +91,7 @@ void recv_msg_userauth_banner() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("%s\n", banner);
|
fprintf(stderr, "%s\n", banner);
|
||||||
|
|
||||||
out:
|
out:
|
||||||
m_free(banner);
|
m_free(banner);
|
||||||
|
Loading…
Reference in New Issue
Block a user