Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 1655 |
// パスワードを聞く (2006.9.18 maya) |
// パスワードを聞く (2006.9.18 maya) |
| 1656 |
pvar->ask4passwd = 1; |
pvar->ask4passwd = 1; |
| 1657 |
|
|
| 1658 |
|
} else if (MATCH_STR(option + 1, "nosecuritywarning") == 0) { |
| 1659 |
|
// known_hostsチェックをしない。当該オプションを使うと、セキュリティ性が低下する |
| 1660 |
|
// ため、隠しオプション扱いとする。 |
| 1661 |
|
// (2009.10.4 yutaka) |
| 1662 |
|
pvar->nocheck_known_hosts = TRUE; |
| 1663 |
|
|
| 1664 |
} |
} |
| 1665 |
else { // Other (not ttssh) option |
else { // Other (not ttssh) option |
| 1666 |
return OPTION_NONE; // ttsshのオプションではないので消さない |
return OPTION_NONE; // ttsshのオプションではないので消さない |
|
|
Legend:
| Removed from v.3579 |
|
| changed lines |
| |
Added in v.3631 |
|
|
|