Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/key.c
Parent Directory
| Revision Log
| Patch
| 1931 |
|
|
| 1932 |
// known_hostsファイルの更新を行うため、ユーザに問い合わせを行う。 |
// known_hostsファイルの更新を行うため、ユーザに問い合わせを行う。 |
| 1933 |
if (pvar->settings.UpdateHostkeys == SSH_UPDATE_HOSTKEYS_ASK) { |
if (pvar->settings.UpdateHostkeys == SSH_UPDATE_HOSTKEYS_ASK) { |
| 1934 |
_snprintf_s(msg, sizeof(msg), _TRUNCATE, |
UTIL_get_lang_msg("DLG_HOSTKEY_ROTATION_WARNING", pvar, |
| 1935 |
"Remote server \"%s\" sent the set of host keys which are absent in your list of known hosts. \n" |
"Remote server \"%s\" sent the set of host keys which are absent in your list of known hosts. \n" |
| 1936 |
"The machine you have contacted may be a hostile machine pretending to be the server, or legitimate server supporting host key rotation. \n\n" |
"The machine you have contacted may be a hostile machine pretending to be the server, or legitimate server supporting host key rotation. \n\n" |
| 1937 |
"If you approve to add %u latest keys and remove %u osbolete keys from this machine to the known hosts list and continue, then you will not receive this warning again.\n\n" |
"If you approve to add %u latest keys and remove %u obsolete keys from this machine to the known hosts list and continue, then you will not receive this warning again.\n\n" |
| 1938 |
, host, ctx->nnew, ctx->nold |
); |
| 1939 |
|
_snprintf_s(msg, sizeof(msg), _TRUNCATE, |
| 1940 |
|
pvar->ts->UIMsg, host, ctx->nnew, ctx->nold |
| 1941 |
); |
); |
| 1942 |
|
|
| 1943 |
if (ctx->nnew > 0) { |
if (ctx->nnew > 0) { |
|
|
Legend:
| Removed from v.5854 |
|
| changed lines |
| |
Added in v.5855 |
|
|
| |