Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
STUN(1) 		     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  es-
     tablishing  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  en-
     vironment.

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>

FreeBSD ports 15.quarterly	 August 17, 2010			 STUN(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=stun&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help