-
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
b609426
commit efb6ac0
Showing
3 changed files
with
23 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,17 @@ until it's really required unless you end your connect URL with a path. | |
[When inside of SUNET](../getting_started/get_inside_sunet.md) | ||
(which can be on a local computer or on [Rackham](rackham.md)) do: | ||
|
||
``` | ||
```bash | ||
lftp sftp://[user_name]-[project_id]@bianca-sftp.uppmax.uu.se/[user_name]-[project_id]/ | ||
``` | ||
|
||
where | ||
|
||
* `[project_id]` is the ID of your [NAISS project](../getting_started/project.md) | ||
* `[user_name]` is the name of your [UPPMAX user account](../getting_started/user_account.md) | ||
- `[project_id]` is the ID of your [NAISS project](../getting_started/project.md) | ||
- `[user_name]` is the name of your [UPPMAX user account](../getting_started/user_account.md) | ||
|
||
For example: | ||
|
||
``` | ||
```bash | ||
lftp sftp://[email protected]/sven-sens2016001/ | ||
``` |
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 |
---|---|---|
|
@@ -18,13 +18,13 @@ Below is a step-by-step procedure to login to [Transit](../cluster_guides/transi | |
|
||
On your local computer, start a terminal and use [`ssh`](../software/ssh.md) to login to Transit: | ||
|
||
``` | ||
```bash | ||
ssh [username]@transit.uppmax.uu.se | ||
``` | ||
|
||
where `[username]` is your UPPMAX username, for example: | ||
|
||
``` | ||
```bash | ||
ssh [email protected] | ||
``` | ||
|
||
|
@@ -38,8 +38,8 @@ it to your list of known hosts. Type `yes`. | |
This is how it looks like when you are asked | ||
for adding Transit to your list of known hosts. | ||
|
||
![](./img/transit_add_to_known_hosts.png) | ||
![Transit is added to your list of known hosts](./img/transit_add_to_known_hosts.png) | ||
|
||
You are now logged in to Transit! | ||
|
||
![](./img/logged_in_transit.png) | ||
![Logged in to Transit](./img/logged_in_transit.png) |