stun
—
connect to a remote host via SSH, possibly through other
hosts
The stun
utility connects to a remote host and executes
screen 1
to restore a previously-established session.
If more hosts are specified, stun
will run a series of
ssh(1)
commands to get from one host to the next, thus establishing a sort of an SSH
relay tunnel and making it possible to connect to hosts protected behind
firewalls with suitably configured relay hosts.
The stun
utility exits 0 on success,
and >0 if an error occurs.
The stun
utility's operation is currently not directly
affected by its environment.
The stun
utility's operation is currently not directly
affected by any files.
Reestablish a previous screen session:
stun
freefall.FreeBSD.org
Get from one host to the next:
stun checkpoint.example.com
server.example.com
The stun
utility was written by Peter
Pentchev in 2000.
Peter Penchev ⟨roam@ringlet.net⟩