DragonFly On-Line Manual Pages

Search: Section:  


STUN(1)                DragonFly General Commands Manual               STUN(1)

NAME

stun - connect to a remote host via SSH, possibly through other hosts

SYNOPSIS

stun hostname...

DESCRIPTION

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.

RETURN VALUES

The stun utility exits 0 on success, and >0 if an error occurs.

ENVIRONMENT

The stun utility's operation is currently not directly affected by its environment.

FILES

The stun utility's operation is currently not directly affected by any files.

EXAMPLES

Reestablish a previous screen session: stun freefall.FreeBSD.org Get from one host to the next: stun checkpoint.example.com server.example.com

SEE ALSO

screen(1), ssh(1)

HISTORY

The stun utility was written by Peter Pentchev in 2000.

AUTHORS

Peter Penchev <roam@ringlet.net> DragonFly 6.5-DEVELOPMENT August 17, 2010 DragonFly 6.5-DEVELOPMENT

Search: Section: