Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 1946 |
//pvar->auth_state.cur_cred.method = SSH_AUTH_PASSWORD; |
//pvar->auth_state.cur_cred.method = SSH_AUTH_PASSWORD; |
| 1947 |
pvar->ssh2_authmethod = SSH_AUTH_PASSWORD; |
pvar->ssh2_authmethod = SSH_AUTH_PASSWORD; |
| 1948 |
|
|
| 1949 |
// /auth=challenge を追加 (2007.10.5 maya) |
} else if (_stricmp(option + 6, "keyboard-interactive") == 0) { // keyboard-interactive認証 |
| 1950 |
|
//pvar->auth_state.cur_cred.method = SSH_AUTH_TIS; |
| 1951 |
|
pvar->ssh2_authmethod = SSH_AUTH_TIS; |
| 1952 |
|
|
| 1953 |
} else if (_stricmp(option + 6, "challenge") == 0) { // keyboard-interactive認証 |
} else if (_stricmp(option + 6, "challenge") == 0) { // keyboard-interactive認証 |
| 1954 |
//pvar->auth_state.cur_cred.method = SSH_AUTH_TIS; |
//pvar->auth_state.cur_cred.method = SSH_AUTH_TIS; |
| 1955 |
pvar->ssh2_authmethod = SSH_AUTH_TIS; |
pvar->ssh2_authmethod = SSH_AUTH_TIS; |
|
|
Legend:
| Removed from v.7048 |
|
| changed lines |
| |
Added in v.7101 |
|
|
|