svnno****@sourc*****
svnno****@sourc*****
2016年 1月 24日 (日) 20:44:08 JST
Revision: 6283 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6283 Author: yutakapon Date: 2016-01-24 20:44:08 +0900 (Sun, 24 Jan 2016) Log Message: ----------- Fixed invalid multi byte characters. Modified Paths: -------------- trunk/doc/en/html/reference/sourcecode.html -------------- next part -------------- Modified: trunk/doc/en/html/reference/sourcecode.html =================================================================== --- trunk/doc/en/html/reference/sourcecode.html 2016-01-24 11:36:11 UTC (rev 6282) +++ trunk/doc/en/html/reference/sourcecode.html 2016-01-24 11:44:08 UTC (rev 6283) @@ -1028,7 +1028,7 @@ DefaultForwarding=X </pre> -On the server side, in case of using OpenSSH, X11Forwarding value needs to be set to “yes” in "sshd_config" file. Default value is "no", which disables support of X11 forwarding. +On the server side, in case of using OpenSSH, X11Forwarding value needs to be set to "yes" in "sshd_config" file. Default value is "no", which disables support of X11 forwarding. <pre class=code> X11Forwarding=yes