NAME
App::assh - A wrapper around autossh.
VERSION
version 0.1.0
SYNOPSIS
A wrapper around autossh.
USAGE
assh
assh HOSTNAME
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`
AUTHOR
DBR <dbr@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by DBR.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.