HPC/Network Access/WinSCP Configuration: Difference between revisions
< HPC | Network Access
Jump to navigation
Jump to search
m (→Connecting) |
m (→Connecting) |
||
Line 17: | Line 17: | ||
== Connecting == | == Connecting == | ||
=== File transfer === | |||
# From the WinSCP Configuration window, select the session named '''Clogin''' and push Login. | # From the WinSCP Configuration window, select the session named '''Clogin''' and push Login. | ||
# A small progress window appears. The first time, you will be asked to confirm and store ''two'' server host keys, the first for mega, the second for clogin. Compare the key fingerprints and push Yes if they match. | # A small progress window appears. The first time, you will be asked to confirm and store ''two'' server host keys, the first for mega, the second for clogin. Compare the key fingerprints and push Yes if they match. | ||
Line 24: | Line 25: | ||
#* You should be promted twice – once for an implicit connection to mega, the second time for clogin itself. | #* You should be promted twice – once for an implicit connection to mega, the second time for clogin itself. | ||
# Use the main WinSCP interface to transfer files in either directions. | # Use the main WinSCP interface to transfer files in either directions. | ||
=== Auxiliary terminal access === | |||
If you have PuTTY installed in addtion to WinSCP you can open one or more terminal sessions without further configuration. | |||
Learn more about [http://winscp.net/eng/docs/integration_app WinSCP/PuTTY integration]. | |||
# Select Open in PuTTY from the WinSCP Commands menu or click the PuTTY icon in the WinSCP tool bar. | |||
#: [[Image:HPC 2012-10 WinSCP config 12 PuTTY integration.png|600px]] | #: [[Image:HPC 2012-10 WinSCP config 12 PuTTY integration.png|600px]] |
Revision as of 17:06, October 17, 2012
Configuring
The following steps need to be performed once for each workstation you wish to use to access Carbon.
- Open WinSCP. The WinSCP Configuration window will appear.
- Click Advanced options beneath the tree.
- Click Tunnel under Connection in the tree.
- Click Connect through SSH tunnel.
- Enter mega.cnm.anl.gov as Host name and your Argonne username and password in the fields on the right. Leave other options as is.
- Click Session at the top of the tree.
- Enter "clogin" as Host name and your Argonne username and password in the fields on the right. Leave other options as is.
- Push Save… and name this session "Clogin".
Connecting
File transfer
- From the WinSCP Configuration window, select the session named Clogin and push Login.
- A small progress window appears. The first time, you will be asked to confirm and store two server host keys, the first for mega, the second for clogin. Compare the key fingerprints and push Yes if they match.
- When prompted, enter your Argonne account password.
- You have several attempts to get it right. After too many attempts, your account will be temporarily locked.
- You should be promted twice – once for an implicit connection to mega, the second time for clogin itself.
- Use the main WinSCP interface to transfer files in either directions.
Auxiliary terminal access
If you have PuTTY installed in addtion to WinSCP you can open one or more terminal sessions without further configuration. Learn more about WinSCP/PuTTY integration.