comparison cli-kex.c @ 440:91939c8c2572

Remove a newline from the kex prompt question, from FreeWRT
author Matt Johnston <matt@ucc.asn.au>
date Sun, 25 Feb 2007 09:48:13 +0000
parents 7282370416a0
children 9e51707cd6f2 76097ec1a29a
comparison
equal deleted inserted replaced
439:ab370c629d36 440:91939c8c2572
124 cli_opts.remotehost, 124 cli_opts.remotehost,
125 fp); 125 fp);
126 m_free(fp); 126 m_free(fp);
127 return; 127 return;
128 } 128 }
129 fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n)\n", 129 fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n) ",
130 cli_opts.remotehost, 130 cli_opts.remotehost,
131 fp); 131 fp);
132 m_free(fp); 132 m_free(fp);
133 133
134 tty = fopen(_PATH_TTY, "r"); 134 tty = fopen(_PATH_TTY, "r");