... | ... | @@ -24,10 +24,10 @@ ssh-keygen |
|
|
|
|
|
4. If you used the default location specified above, you should see a file in your `~/.ssh` directory named something along the lines of `~/.ssh/id_rsa.pub` or `~/.ssh/id_ed25519.pub`. Type the following command to view this `.pub` file:
|
|
|
```
|
|
|
cat ~/.ssh/id_rsa.pub # or cat ~/.ssh/id_ed25519.pub, depending the file type that showed up in the default location from earlier
|
|
|
cat ~/.ssh/id_rsa.pub # or cat ~/.ssh/id_ed25519.pub, depending the file type that showed up in the default loca. tion from earlier
|
|
|
```
|
|
|
|
|
|
**Make sure you view the .pub file, and not the default file printed earlier**. Of course, if you choose to store your keys in different location or name than the default, `cat` that `.pub` file instead
|
|
|
**Make sure you view the .pub file, and not the default file printed earlier**. Of course, if you choose to store your keys in different location or name than the default, `cat` that `.pub` file instead.
|
|
|
|
|
|
5. Copy the output, then connect to PPAN
|
|
|
|
... | ... | @@ -61,7 +61,7 @@ Host local_analysis |
|
|
User First.Last
|
|
|
PasswordAuthentication yes
|
|
|
```
|
|
|
Where `XXXXX` and `YYYY` refer to the local and remote ports from earlier, and `First.Last` is your GFDL username.
|
|
|
Where `XXXXX` and `YYYY` refer to the local and remote ports from earlier, and `First.Last` is your GFDL username. If you are using a non-default name or location for your keys, you may also have to add a `IdentityFile /path/to/private/ssh/key` line to your `local_analysis` host definition
|
|
|
|
|
|
## Connecting to VS Code with the Remote SSH Extension
|
|
|
|
... | ... | |