[[CygwinによるSSH接続]]
#contents

*更新履歴 [#y16741d0]
* SSH Connection by SIGViewer [#l2a5ade9]

SSH接続(v120330, v1.4.8)
If you cannot use general port numbers such as 9000, you should use port forwarding.
In this tutorial, a way to establish the port forwarding using the SIGViewer, is introduced.

※This function is unfortunately unstable. If you can use general port forwarding method such as using Cygwin, it is recommended.

** Configuration of RSA key [#ob76a36c]

The SIGServer has authorization function based ond RSA public key to communicate with the SIGViewer.
If you already have a RSA public key, you don't need to create new key; please go to (Set of the public key)

*** Creation of RSA public key [#l524daf5]

First, create the both of public key and private key based on open-ssh.
Save the private key as "id_rsa", the public key as "id_rsa.pub".

If you use openssh on cygwin, the following command will create the keys.

 $ ssh-keygen -t rsa

*** Set of the public key on a server [#oe8e76da]

You should put your public key on the server machine on which the SIGVerse is execute.
If you don't have root permission, please ask your administrator.

If you don't have .ssh directory on your home directory, create it.

 $ mkdir ~/.ssh/

Add your public key to the authorized_keys

 $ cat id_rsa.pub >> ~/.ssh/authorized_keys
 $ chmod 600 ~/.ssh/authorized_keys

*** Set of the private key on a client PC [#tdf6d48f]

Put your private key at the following directory under the directory you installed the SIGViewer

(A install directory of SIGViewer)\SIGViewer\.ssh\

If you use a 32bit Windows, the (A install directory of SIGViewer) is C:\Program Files\SIGViewer_<version>

If you use a 64bit Windows, the (A install directory of SIGViewer) is C:\Program Files (x86)\SIGViewer_<version>

#counter


Front page   New List of pages Search Recent changes   Help   RSS of recent changes