A script to create a reverse ssh tunnel
Find a file
2020-10-15 22:34:06 +02:00
arch_linux PKGBUILD: add git to makedepends 2020-08-14 20:27:20 +02:00
README.md README.md: fix a typo, change text slightly 2020-08-25 07:53:08 +02:00
ssh_config.example move ssh options vom config file to executable 2020-05-16 21:30:51 +02:00
ttclient ttclient: minimal code reformatting 2020-10-15 22:34:06 +02:00
tunnelterm use here strings for usage output 2020-07-02 22:11:41 +02:00

tunnelterm

A scripts that opens ssh acces without fiddling with your router

Install tunnelterm

  • add repository automat to /etc/pacman.conf:

    [automat]
    SigLevel = Optional TrustAll
    Server = https://repo.tuxomat.eu/$repo/$arch

  • install tunnelterm
    sudo pacman -Sy tunnelterm
  • configure ssh
    cat /usr/share/tunnelterm/ssh_config.example >> ~/.ssh/config then edit the just added entries in ~/.ssh/config
  • give your public ssh key to your helpdesk
    The key must get installed on the gateway server

use tunnelterm

Open a terminal and type tunnelterm start. That establishes a ssh connection to the gateway server, allowing the helpdesk to connect to your computer.

Once started, tunnelterm remains active until you shutdown your computer. Or you can stop tunnelterm with tunnelterm stop.

For more options see tunnelterm --help