You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are going to use GitHub for the part of the hands-on where you will be working together in groups.
210
212
211
213
Please go to
@@ -235,9 +237,6 @@ This part will be done before the section "Working with remotes" on day 4, but y
235
237
```
236
238
2. You will be asked for a file to save the key. Unless you have an existing SSH key, accept the default.
237
239
3. Enter a passphrase and repeat it.
238
-
239
-
---
240
-
241
240
4. Add the key to the ssh-agent. Here we assume the default name for the new systems - change to what your key was called (`.ssh/id_rsa` for the legacy system):
242
241
```
243
242
$ eval "$(ssh-agent -s)"
@@ -263,9 +262,6 @@ This part will be done during the exercises on day 5, but you can create and add
263
262
```
264
263
2. You will be asked for a file to save the key. Unless you have an existing SSH key, accept the default.
265
264
3. Enter a passphrase and repeat it.
266
-
267
-
---
268
-
269
265
4. Add the key to the ssh-agent. Here we assume the default name for the new systems - change to what your key was called (`.ssh/id_rsa` for the legacy system):
0 commit comments