Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 1515 |
//pvar->auth_state.cur_cred.method = SSH_AUTH_PASSWORD; |
//pvar->auth_state.cur_cred.method = SSH_AUTH_PASSWORD; |
| 1516 |
pvar->ssh2_authmethod = SSH_AUTH_PASSWORD; |
pvar->ssh2_authmethod = SSH_AUTH_PASSWORD; |
| 1517 |
|
|
| 1518 |
// /auth=challange を追加 (2007.10.5 maya) |
// /auth=challenge を追加 (2007.10.5 maya) |
| 1519 |
} else if (MATCH_STR(option + 5, "=challange") == 0) { // keyboard-interactive認証 |
} else if (MATCH_STR(option + 5, "=challenge") == 0) { // keyboard-interactive認証 |
| 1520 |
//pvar->auth_state.cur_cred.method = SSH_AUTH_TIS; |
//pvar->auth_state.cur_cred.method = SSH_AUTH_TIS; |
| 1521 |
pvar->ssh2_authmethod = SSH_AUTH_TIS; |
pvar->ssh2_authmethod = SSH_AUTH_TIS; |
| 1522 |
|
|
|
|
Legend:
| Removed from v.3025 |
|
| changed lines |
| |
Added in v.3028 |
|
|
|