-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff18931
commit fe2267c
Showing
25 changed files
with
47 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ You are now logged in to Transit! | |
???- question "How does that look like?" | ||
|
||
```console | ||
sven@richel-N141CU:~/GitHubs/UPPMAX-documentation/docs/cluster_guides$ ssh [email protected] | ||
sven@sven-N141CU:~/GitHubs/UPPMAX-documentation/docs/cluster_guides$ ssh [email protected] | ||
[email protected]'s password: | ||
Last login: Tue May 14 07:32:22 2024 from vpnpool188-185.anst.uu.se | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,15 +50,15 @@ ssh [email protected] | |
???- question "How does this look like (when inside of SUNET)?" | ||
|
||
```bash | ||
ssh richel[email protected] | ||
ssh sven[email protected] | ||
``` | ||
|
||
After which a password will be asked. Go to the next step. | ||
|
||
???- question "How does it look like when outside of SUNET?" | ||
|
||
```bash | ||
$ ssh richel[email protected] | ||
$ ssh sven[email protected] | ||
``` | ||
|
||
After which there is only waiting... | ||
|
@@ -100,8 +100,8 @@ is the 2FA number. | |
???- question "How does this look like?" | ||
|
||
```bash | ||
sven@richel-N141CU:~/GitHubs/UPPMAX-documentation/docs/getting_started$ ssh richel[email protected] | ||
richel[email protected]'s password: | ||
sven@sven-N141CU:~/GitHubs/UPPMAX-documentation/docs/getting_started$ ssh sven[email protected] | ||
sven[email protected]'s password: | ||
``` | ||
|
||
After which you'll asked for another password. Go to the next step. | ||
|
@@ -170,7 +170,7 @@ you are on the [login node](../cluster_guides/login_node.md) of your own virtual | |
```bash | ||
_ _ ____ ____ __ __ _ __ __ | ||
| | | | _ \| _ \| \/ | / \ \ \/ / | System: sens2023598-bianca | ||
| | | | |_) | |_) | |\/| | / _ \ \ / | User: richel | ||
| | | | |_) | |_) | |\/| | / _ \ \ / | User: sven | ||
| |_| | __/| __/| | | |/ ___ \ / \ | | ||
\___/|_| |_| |_| |_/_/ \_\/_/\_\ | | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ and the `sftp` prompt. | |
Best regards, | ||
UPPMAX | ||
richel[email protected]'s password: | ||
sven[email protected]'s password: | ||
Connected to bianca-sftp.uppmax.uu.se. | ||
sftp> | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ It can be made to work (by using [transit](../cluster_guides/transit.md)), as de | |
|
||
|
||
```console | ||
sven@richel-N141CU:~$ rsync my_local_file.txt richel[email protected]:/richel-sens2016001 | ||
sven@sven-N141CU:~$ rsync my_local_file.txt sven[email protected]:/sven-sens2016001 | ||
|
||
Hi! | ||
|
||
|
@@ -41,7 +41,7 @@ It can be made to work (by using [transit](../cluster_guides/transit.md)), as de | |
Best regards, | ||
UPPMAX | ||
|
||
richel[email protected]'s password: | ||
sven[email protected]'s password: | ||
protocol version mismatch -- is your shell clean? | ||
(see the rsync manpage for an explanation) | ||
rsync error: protocol incompatibility (code 2) at compat.c(622) [sender=3.2.7] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters