App-assh
view release on metacpan or search on metacpan
lib/App/assh.pm view on Meta::CPAN
Passing in the ports for the keepalive can be clumsy though: `assh` helps you to avoid that.
=head1 USAGE
assh
assh HOSTNAME
=head1 REQUIREMENTS
First, you will need a file `~E<sol>.sshE<sol>config`. It looks something like this:
Host foo
HostName bar.example.com
User baz
With this, you can already leverage standard `ssh` connections:
ssh foo
... instead of
( run in 0.378 second using v1.01-cache-2.11-cpan-64827b87656 )