-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from aistairc/201906-reconstruct
201906 reconstruct
- Loading branch information
Showing
37 changed files
with
344 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# PuTTY | ||
|
||
This section describes how to use PuTTY, a virtual terminal application available on Windows, for connecting to ABCI Interactive Node. To use OpenSSH or other command-line based clients, you can find an instruction at [Connecting to Interative Node](../02.md#connecting-to-interactive-node). | ||
|
||
In order to login to the interactive node, the following procedure is necessary. | ||
|
||
1. Set up an SSH tunnel configuration with PuTTY | ||
2. Login to the access server to create an SSH tunnel | ||
3. Login to the interactive node from another terminal via the SSH tunnel | ||
|
||
## SSH tunnel with PuTTY | ||
|
||
* Launch PuTTY, and set up an SSH tunnel configuration | ||
|
||
click [Connection] - [SSH] - [Tunnels] and enter following information. | ||
|
||
| item | value | | ||
|:--|:--| | ||
| sample image | <img src="login_putty_02.png" width="480" title="putty:ssh tunnel setting" /> | | ||
| local port | e.g., 11022 | | ||
| remote host and port | *es.abci.local:22* or *es:22* (e.g., *es.abci.local:22*) | | ||
| remote port | 22 | | ||
|
||
* click [Add] to add the configuration | ||
|
||
<div align="center"> | ||
<img src="login_putty_03.png" width="480" title="putty:add ssh tunnel" /> | ||
</div> | ||
|
||
## Login to access server with PuTTY | ||
|
||
* Specify a private key file<a name="putty:ssh-auth-as"></a> | ||
|
||
Click [Connection] - [SSH] - [Auth], and specify a private key file. | ||
|
||
| item | value | | ||
|:--|:--| | ||
| sample image | <img src="login_putty_04.png" width="480" title="putty:auth info" /> | | ||
| private key file for authentication | path of your private key file | | ||
|
||
* Open a session to access server with PuTTY | ||
|
||
Click [Session], enter following information | ||
|
||
| item | value | | ||
|:--|:--| | ||
| sample image | <img src="login_putty_05.png" width="480" title="putty:login info" > | | ||
| hostname | *as.abci.ai* | | ||
|
||
Click [Open] and enter your ABCI account and passphrase. Successfully logged in, the following screen displayed. | ||
|
||
<div align="center"> | ||
<img src="login_putty_07.png" width="540" title="putty:login as success" > | ||
</div> | ||
|
||
!!! warning | ||
Be aware! The SSH session will be disconnected if you press any key. | ||
|
||
## Login to interactive node with PuTTY | ||
|
||
* Specify a private key file | ||
|
||
Launch a new PuTTY screen, and enter your authentication information same as [access server](#putty:ssh-auth-as). | ||
|
||
* Open session to interactive node with PuTTY | ||
|
||
Click [Session], enter following information to login an interactive server. | ||
|
||
| item | vlue | | ||
|:--|:--| | ||
| sample image | <img src="login_putty_08.png" width="480" title="putty:login es" /> | | ||
| host name | localhost | | ||
| port | port number which use SSH tunnel (e.g., 11022) | | ||
|
||
Click [Open] and enter your ABCI account and passphrase. Successfully logged in, the following screen displayed. | ||
|
||
<div align="center"> | ||
<img src="login_putty_09.png" width="540" title="putty:login es success" > | ||
</div> |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.