Revision: 7364 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7364 Author: doda Date: 2018-12-25 14:46:16 +0900 (Tue, 25 Dec 2018) Log Message: ----------- セッションを開始しない為のオプションを OpenSSH に合わせて /ssh-N に変更した Modified Paths: -------------- trunk/ttssh2/ttxssh/ttxssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ttxssh.c =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.c 2018-12-25 05:46:12 UTC (rev 7363) +++ trunk/ttssh2/ttxssh/ttxssh.c 2018-12-25 05:46:16 UTC (rev 7364) @@ -1880,7 +1880,7 @@ strncpy_s(pvar->subsystem_name, sizeof(pvar->subsystem_name), option + 15, _TRUNCATE); - } else if (strcmp(option + 4, "-nosession") == 0) { + } else if (strcmp(option + 4, "-N") == 0) { pvar->nosession = TRUE; // /ssh1 \x82\xC6 /ssh2 \x83I\x83v\x83V\x83\x87\x83\x93\x82̐V\x8BK\x92lj\xC1 (2006.9.16 maya)