|
|
|
# On Fetdatorn
|
|
Runs automatically as a startup service using `systemctl`. Find information about the service through `systemctl`.
|
|
Runs automatically as a startup service using `systemctl`. Find information about the service through `systemctl`.
|
|
The service runs
|
|
The service runs
|
|
`/usr/bin/ssh -vvv -XC -NT-R ${PORT_A}:localhost:${SSH_PORT} USERNAME@EXTERNALSERVER.COM -p ${PORT_B} -o ServerAliveInterval=20` |
|
`/usr/bin/ssh -vvv -XC -NT-R ${PORT_A}:localhost:${SSH_PORT} USERNAME@EXTERNALSERVER.COM -p ${PORT_B} -o ServerAliveInterval=20`
|
|
\ No newline at end of file |
|
|
|
|
|
# Connect to Fetdatorn from your computer
|
|
|
|
`ssh -t fia@axelwickman.com -p 723 -XC ssh $USER@localhost -p 5512 -XC` where you replace $USER with your username on fetdatorn. |
|
|
|
\ No newline at end of file |