Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 1477 |
_stricmp(option + 4, "-autologon") == 0) { |
_stricmp(option + 4, "-autologon") == 0) { |
| 1478 |
pvar->settings.TryDefaultAuth = TRUE; |
pvar->settings.TryDefaultAuth = TRUE; |
| 1479 |
|
|
|
} else if (MATCH_STR(option + 4, "-A") == 0) { |
|
|
pvar->settings.ForwardAgent = TRUE; |
|
|
|
|
| 1480 |
} else if (_stricmp(option + 4, "-acceptall") == 0) { |
} else if (_stricmp(option + 4, "-acceptall") == 0) { |
| 1481 |
pvar->settings.LocalForwardingIdentityCheck = FALSE; |
pvar->settings.LocalForwardingIdentityCheck = FALSE; |
| 1482 |
|
|
| 1483 |
|
// -axxより上にしてはだめ |
| 1484 |
|
} else if (MATCH_STR(option + 4, "-a") == 0) { |
| 1485 |
|
pvar->settings.ForwardAgent = FALSE; |
| 1486 |
|
} else if (MATCH_STR(option + 4, "-A") == 0) { |
| 1487 |
|
pvar->settings.ForwardAgent = TRUE; |
| 1488 |
|
|
| 1489 |
} else if (MATCH_STR(option + 4, "-consume=") == 0) { |
} else if (MATCH_STR(option + 4, "-consume=") == 0) { |
| 1490 |
read_ssh_options_from_user_file(pvar, option + 13); |
read_ssh_options_from_user_file(pvar, option + 13); |
| 1491 |
DeleteFile(option + 13); |
DeleteFile(option + 13); |
|
|
Legend:
| Removed from v.3178 |
|
| changed lines |
| |
Added in v.3179 |
|
|
| |