We do remote SSH support using a combination of 'reverse tunneling' and Tmux. Meaning that you have to login to one of our machines, which we will then use to connect to your hypervisor. As soon as you disconnect the connection to our server, our connection to yours will be disconnected. Using tmux, we also log everything you see happening on your screen. We can use the passwords you provided when the SLA started, you can provide us with new passwords using the Tuxis Portal, or you can deploy our SSH keys on your hypervisor.
You can provide us with access as long as you have access to your hypervisor. You can either connect to from your hypervisor directly, or from a workstation that has SSH access to your hypervisor. In case of a workstation, follow the instructions below:
Windows users:
Mac users:
From your hypervisor:
In all three cases above, you are now in a Unix terminal. Type the following command, and replace FWD_PORT and USERNAME with the information from the email you received from us. For HOSTNAME, use the hostname or IP address that you normally use to connect to your hypervisor. If you are already logged on to your hypervisor, you can use 'localhost'.
ssh -R FWD_PORT:HOSTNAME:22 USERNAME@remotesupport.tuxis.nl