File tree Expand file tree Collapse file tree 1 file changed +22
-20
lines changed Expand file tree Collapse file tree 1 file changed +22
-20
lines changed Original file line number Diff line number Diff line change @@ -121,26 +121,6 @@ hit `spacebar` to get to the next page of the manual
121
121
hit ` q ` to exit the help
122
122
:::
123
123
124
- ### Connecting to a remote server via ` ssh `
125
-
126
- From the gitbash (MS Windows) or the terminal (Mac) type:
127
-
128
- ``` {bash}
129
- ssh taylor.bren.ucsb.edu
130
- ```
131
-
132
- You will be prompted for your username and password.
133
-
134
- ![ aurora_ssh] ( img/aurora-ssh.png )
135
-
136
- You can also directly add your username:
137
-
138
- ``` {bash}
139
- ssh brun@taylor.bren.ucsb.edu
140
- ```
141
-
142
- In this case, you will be only asked for your password as you already specified which user you want to connect with.
143
-
144
124
145
125
146
126
### Unix systems are multi-user
@@ -247,6 +227,28 @@ $ nano .bashrc
247
227
```
248
228
249
229
230
+ ### Connecting to a remote server via ` ssh `
231
+
232
+ From the gitbash (MS Windows) or the terminal (Mac) type:
233
+
234
+ ``` {bash}
235
+ ssh taylor.bren.ucsb.edu
236
+ ```
237
+
238
+ You will be prompted for your username and password.
239
+
240
+ ![ aurora_ssh] ( img/aurora-ssh.png )
241
+
242
+ You can also directly add your username:
243
+
244
+ ``` {bash}
245
+ ssh brun@taylor.bren.ucsb.edu
246
+ ```
247
+
248
+ In this case, you will be only asked for your password as you already specified which user you want to connect with.
249
+
250
+
251
+
250
252
## Hands-on
251
253
252
254
Let's practice our new skills! Click [ here] ( https://eds-214.github.io/eds214-handson-cli/cli-handson-files.html ) {.external target="_ blank"}
You can’t perform that action at this time.
0 commit comments