You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Scientific_Computing/Terminal_Setup/Standard_Terminal_Setup.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ configurations.
56
56
```
57
57
58
58
Close and save with `ctrl x`, `ctrl y`, `Enter`
59
-
59
+
60
60
!!! warning
61
61
MobaXterm does not allow the use of sockets.
62
62
If you are using MobaXterm please exclude the first four lines from your own ssh config.
@@ -95,9 +95,10 @@ configurations.
95
95
96
96
8. Select your institution, you will be prompted to provide your login details.
97
97
98
-
9. You are now asked about your current device: do you trust it or not?
99
-
- If this device is a shared computer (e.g. university computer where you have to delete cookies) or if you are using incognito or private windows, please do not trust it: click No. This means that you will need to enter your one-time password (OTP) every time you log.
100
-
- If this device is your own laptop and you are using a secure network, you can trust it: click Yes. This will allow you to log in without Second Factor Authentication (2FA) for 7 days.
98
+
9. You are now asked about your current device: do you trust it or not?
99
+
100
+
- If this device is a shared computer (e.g. university computer where you have to delete cookies) or if you are using incognito or private windows, please do not trust it: click No. This means that you will need to enter your one-time password (OTP) every time you log.
101
+
- If this device is your own laptop and you are using a secure network, you can trust it: click Yes. This will allow you to log in without Second Factor Authentication (2FA) for 7 days.
101
102
102
103
If you have trusted your device, you have to enter a name for this device. This name must be unique but can be anything you want.
103
104
@@ -110,6 +111,10 @@ Note: You cannot trust two devices the same day with the same name.
110
111
111
112
11. Return to your terminal, and press <kbd>enter</kbd>.
112
113
114
+
## Adding a SSH key (optional)
115
+
116
+
117
+
113
118
## Subsequent log in
114
119
115
120
1. `ssh mahuika`
@@ -121,9 +126,6 @@ Note: You cannot trust two devices the same day with the same name.
121
126
122
127
[Watch a demo here](https://www.youtube.com/embed/IKihbN-QlIA?si=N93PPPsi85jPYV7k).
123
128
124
-
125
-
126
-
127
129
!!! prerequisite "What Next?"
128
130
- [Moving files to/from a cluster.](../../Getting_Started/Next_Steps/Moving_files_to_and_from_the_cluster.md)
129
131
- Setting up an [X-Server](../../Scientific_Computing/Terminal_Setup/X11_on_NeSI.md) (optional).
0 commit comments