Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
update to new domains
authored
Apr 08, 2022
by
Tom Wiesing
Show whitespace changes
Inline
Side-by-side
SSH-Server.md
View page @
4d3b4c79
...
@@ -8,13 +8,13 @@ A user wishing to get access should send their SSH Public Key to the WissKI Clou
...
@@ -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:
After access has been granted, the server can be accessed using the following command line:
```
bash
```
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.
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.
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.
Every SSH Session automatically starts in this directory.
...
...