Skip to content

Commit 33ef440

Browse files
authored
connect linaro docs to ssh docs (#18)
1 parent 703b3fa commit 33ef440

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/access/ssh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ ssh -i ~/.ssh/cscs-key ela.cscs.ch
103103
To log into a target system at CSCS, you need to perform some additional setup to handle forwarding of SSH keys generated using the SSHService.
104104
There are two alternatives detailed below.
105105

106+
[](){#ssh-ssh-config}
106107
### Adding Ela as a jump host in SSH Configuration
107108

108109
This approach configures Ela as a jump host and creates aliases for the systems that you want to access in `~/.ssh/config` on your laptop or PC.
@@ -147,6 +148,7 @@ After saving this file, one can directly log into `daint.alps.cscs.ch` from your
147148
ssh daint
148149
```
149150

151+
[](){#ssh-ssh-agent}
150152
### Using SSH Agent
151153

152154
Alternatively, the [SSH authentification agent](https://www.ssh.com/academy/ssh/add-command) can be configured to manage the keys.

docs/software/tools/linaro.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,34 +132,34 @@ Examples of the settings are below.
132132
| Field | Value |
133133
| ----------- | --------------------------------------- |
134134
| Connection | `eiger` |
135-
| Host Name | `bsmith@ela.cscs.ch bsmith@eiger.cscs.ch` |
135+
| Host Name | `cscsusername@ela.cscs.ch cscsusername@eiger.cscs.ch` |
136136
| Remote Installation Directory | `uenv run linaro-forge/23.1.2:/user-tools -- /user-tools/env/forge/` |
137137
| Private Key | `$HOME/.ssh/cscs-key` |
138138

139-
=== "Todi"
139+
=== "Daint"
140140

141141
| Field | Value |
142142
| ----------- | --------------------------------------- |
143-
| Connection | `todi` |
144-
| Host Name | `bsmith@ela.cscs.ch bsmith@todi.cscs.ch` |
143+
| Connection | `daint` |
144+
| Host Name | `cscsusername@ela.cscs.ch cscsusername@daint.cscs.ch` |
145145
| Remote Installation Directory | `uenv run linaro-forge/23.1.2:/user-tools -- /user-tools/env/forge/` |
146146

147147
=== "Santis"
148148

149149
| Field | Value |
150150
| ----------- | --------------------------------------- |
151151
| Connection | `santis` |
152-
| Host Name | `bsmith@ela.cscs.ch bsmith@santis.cscs.ch` |
152+
| Host Name | `cscsusername@ela.cscs.ch cscsusername@santis.cscs.ch` |
153153
| Remote Installation Directory | `uenv run linaro-forge/23.1.2:/user-tools -- /user-tools/env/forge/` |
154154
| Private Key | `$HOME/.ssh/cscs-key` |
155155

156156

157157
Some notes on the examples above:
158158

159159
* SSH Forwarding via `ela.cscs.ch` is used to access the cluster.
160-
* replace the username `bsmith` with your CSCS user name that you would normally use to open an SSH connection to CSCS.
160+
* replace the username `cscsusername` with your CSCS user name that you would normally use to open an SSH connection to CSCS.
161161
* `Remote Installation Path` is pointing to the install directotory of ddt inside the image
162-
* private keys should be the ones generated for CSCS MFA, and this field does not need to be set if you have added the key to your SSH agent.
162+
* private keys should be the ones generated for CSCS MFA, and this field does not need to be set if you have added the key to your [SSH agent][ssh-ssh-agent].
163163

164164
Once configured, test and save the configuration:
165165

0 commit comments

Comments
 (0)