... | ... | @@ -8,13 +8,13 @@ A user wishing to get access should send their SSH Public Key to the WissKI Clou |
|
|
After access has been granted, the server can be accessed using the following command line:
|
|
|
|
|
|
```bash
|
|
|
ssh -p 2222 slug@wisski.agfd.fau.de
|
|
|
ssh -p 2222 slug@wisski.data.fau.de
|
|
|
```
|
|
|
|
|
|
In this case `slug` should be replaced by the slug of the appropriate WissKI instance.
|
|
|
This is the first part of the URL, for instance in case of `kirmes.wisski.agfd.fau.de` the slug is `kirmes`.
|
|
|
This is the first part of the URL, for instance in case of `kirmes.wisski.data.fau.de` the slug is `kirmes`.
|
|
|
|
|
|
When using Putty on Windows the "Host Name" field should be "slug@wisski.agfd.fau.de" and the "Port" field should be "2222".
|
|
|
When using Putty on Windows the "Host Name" field should be "slug@wisski.data.fau.de" and the "Port" field should be "2222".
|
|
|
|
|
|
After logging into the server, the drupal installation can be found in the `/var/www/data/project` directory.
|
|
|
Every SSH Session automatically starts in this directory.
|
... | ... | |