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
121121hit ` q ` to exit the help
122122:::
123123
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-
144124
145125
146126### Unix systems are multi-user
@@ -247,6 +227,28 @@ $ nano .bashrc
247227```
248228
249229
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+
250252## Hands-on
251253
252254Let'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