NAME

App::assh - A wrapper around autossh.

VERSION

version 1.0.0

SYNOPSIS

A wrapper around autossh.

MOTIVATION

`autossh` is a nifty little ssh-keepalive-connection-holder.

Passing in the ports for the keepalive can be clumsy though: `assh` helps you to avoid that.

USAGE

assh
assh HOSTNAME

REQUIREMENTS

First, you will need a file `~/.ssh/config`. It looks something like this:

Host foo
HostName bar.example.com
User baz

ATTRIBUTES

  • hosts: HashRef holding the values HOSTNAME => AUTOSSH_PORT

  • ports: HashRef holding the values HOSTNAME => USER => USERNAME, HOST => HOSTNAME

  • ssh_config_file: The path to the ssh config file. Default: `~/.ssh/config`

  • ports_config_file: The path to the ports config (this is what I have chosen): `~/.autossh_rc`

SEE ALSO

  • autossh: <http://www.harding.motd.ca/autossh/>

AUTHOR

DBR <dbr@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by DBR.

This is free software, licensed under:

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, Version 2, December 2004