... | ... | @@ -61,12 +61,14 @@ The SSH configuration file can be found at `~/.ssh/config`. To access full docum |
|
|
|
|
|
# 3. Connect
|
|
|
|
|
|
From now on, in order to connect to Cineca systems you have to provide both your password and the 2FA code. Please note that **when you're asked for your credentials, remember to insert your password concatenated with your 2FA code without separators** directly at the command line:
|
|
|
|
|
|
```
|
|
|
$ ssh <your username>@login.m100.cineca.it
|
|
|
Enter your first+second factors:
|
|
|
<your password><your 2FA code>
|
|
|
```
|
|
|
|
|
|
*TODO*
|
|
|
|
|
|
# Optional steps
|
|
|
|
|
|
We know, having to bring up your favorite 2FA app every time you spin up a new connection can be
|
... | ... | |