summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-02-25 09:48:13 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-02-25 09:48:13 +0000
commit59b28281014476a6090c770b858e25ccbe4a86ab (patch)
tree96cba5e2720b4331eee0a89506d6b2261b501c1e
parente2644454f77a6783612b9daeff9152bc476598a1 (diff)
downloaddropbear-59b28281014476a6090c770b858e25ccbe4a86ab.tar.gz
Remove a newline from the kex prompt question, from FreeWRT
-rw-r--r--cli-kex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-kex.c b/cli-kex.c
index 995ed38..37de6e3 100644
--- a/cli-kex.c
+++ b/cli-kex.c
@@ -126,7 +126,7 @@ static void ask_to_confirm(unsigned char* keyblob, unsigned int keybloblen) {
m_free(fp);
return;
}
- fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n)\n",
+ fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n) ",
cli_opts.remotehost,
fp);
m_free(fp);