Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
Create SSH Server
authored
Aug 06, 2020
by
Tom Wiesing
Show whitespace changes
Inline
Side-by-side
SSH-Server.md
0 → 100644
View page @
5739791c
The WissKI Distillery with dedicated ssh access.
This ssh server provides a shell within the root directory of a WissKI instance, allowing users to customize their drupal installation.
The ssh server is running on port 2222 of the Distillery Server.
To get access to it, one first has to setup an appropriate SSH Key.
A user wishing to get access should send their SSH Public Key to the WissKI Cloud Team, which can then configure the server appropriatly.
After access has been granted, the server can be accessed using the following command line:
```
bash
ssh
-p
2222 slug@wisski.agfd.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`
.
When using Putty on Windows the "Host Name" field should be "slug@wisski.agfd.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.
Furthermore, the command line tools "composer" and "drush" are available.
`sudo`
access is not possible for security reasons.