Once tunnels to the relay have been established an SSH client may be used to connect using the following configuration.
Example SSH Configuration
Host: localhost (127.0.0.1)
Username: root
Password: N/A
Private Key: Your SSH private key
Port: Assigned SSH port
Example: Connect via SSH
ssh -p 15070 -i ~/telesploit/keys/telesploit-e007 root@127.0.0.1
NOTE: As with any remote console, Telesploit recommends using a detachable session such as screen or tmux for long running processes.