Skip to content

Commit

Permalink
Low focus node, #16
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 21, 2024
1 parent b217c1c commit 09d7dc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/intermediate/transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,19 @@ In this session, we will transfer (non-sensitive) files to/from Bianca.

```mermaid
flowchart LR
classDef low_focus_node stroke-dasharray: 5 5
subgraph sunet[SUNET]
subgraph bianca[Bianca]
wharf
end
transit[transit server\nrsync]
sftp_server[SFTP server\nFileZilla]
user[User in SUNET\nUser on Rackham\nUser on other NAISSS clusters\n]
user[User in SUNET]
other_users[User on Rackham\nUser on other NAISSS clusters]:::low_focus_node
wharf <--> transit
wharf <--> sftp_server
transit --> user
transit --> other_users
sftp_server <--> user
end
```
Expand Down

0 comments on commit 09d7dc1

Please sign in to comment.