|
|
@@ -14,10 +14,12 @@ ssh-keygen -t rsa
|
|
|
> type `Enter` twice
|
|
|
|
|
|
```bash
|
|
|
-wget http://www.climate.be:3000/TECLIM/SSH_connection/raw/master/ssh_config
|
|
|
-mv ssh_config .ssh/config
|
|
|
-chmod 600 .ssh/config
|
|
|
-vi .ssh/config
|
|
|
+cd
|
|
|
+cd .ssh
|
|
|
+wget https://gogs.elic.ucl.ac.be/TECLIM/SSH_connection/raw/master/ssh_config
|
|
|
+mv ssh_config config
|
|
|
+chmod 600 config
|
|
|
+vi config
|
|
|
```
|
|
|
|
|
|
> type `:%s/jsmith/your_username/g` and `:wq`
|
|
|
@@ -33,7 +35,7 @@ ssh-copy-id -i ~/.ssh/id_rsa.pub gwelic
|
|
|
First, clone the `TECLIM/SSH_connection` repository. For instance:
|
|
|
|
|
|
```
|
|
|
-git clone http://www.climate.be:3000/TECLIM/SSH_connection.git # http classical
|
|
|
+git clone https://gogs.elic.ucl.ac.be/TECLIM/SSH_connection.git # https classical
|
|
|
|
|
|
git clone ssh://git@www.climate.be:3022/TECLIM/SSH_connection.git # ssh classical
|
|
|
|