Viewing File: /usr/local/cpanel/3rdparty/perl/536/cpanel-lib/URI/ssh.pm

package URI::ssh;

use strict;
use warnings;

our $VERSION = '5.10';

use parent 'URI::_login';

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

sub default_port { 22 }

sub secure { 1 }

1;
Back to Directory File Manager