HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/perl5/URI/
Upload File :
Current File : //proc/1991111/root/usr/share/perl5/URI/ssh.pm
package URI::ssh;

use strict;
use warnings;

our $VERSION = '5.17';

use parent 'URI::_login';

# ssh://[USER@]HOST[:PORT]/SRC

sub default_port { 22 }

sub secure { 1 }

1;