Table of contents
Confused?
If there is anything unclear, please contact us. We are always glad to help.SSH access
Shell access to our systems via SSH is possible using your system user credentials.
Tip
Store a public key using Webconf to log in without entering a password!
Examples using OpenSSH
Config (~/.ssh/config):
Host pyrox HostName ssh.pyrox.eu User webNNNN
Replace webNNNN with your system user.
Shell:
$ ssh pyrox
SFTP:
$ sftp pyrox
SCP:
$ scp file.name pyrox:~/
