Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit f08e3eb

Browse files
authored
Update 01-connecting.md
Add formatting hint
1 parent 737baf8 commit f08e3eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_episodes/01-connecting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ using
145145
```
146146
ssh-keygen -o -a 100 -t rsa -b 4096 -f ~/.ssh/key_for_remote_computer
147147
```
148+
{: .language-bash}
149+
148150
where
149151

150152
- ssh-keygen is the command to generate the key pair
@@ -197,6 +199,7 @@ ssh yourUsername@{{ site.workshop_host_login }}
197199
{: .language-bash}
198200

199201
or
202+
200203
```
201204
ssh -i ~/.ssh/key_for_remote_computer yourUsername@{{ site.workshop_host_login }}
202205
```

0 commit comments

Comments
 (0)