Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: connecting via SSH

by ikegami (Patriarch)
on Mar 14, 2006 at 16:35 UTC ( [id://536622]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            my @serv = getservbyname(my $serv = $rport, 'tcp');
            $rport = $serv[2];
            croak "Can't map service name '$serv' to port number"
                unless defined $rport;
    
  2. or download this
            my @serv = getservbyname(my $serv = $rport, 'tcp');
            $rport = $serv[2] || 22;
    
  3. or download this
    ssh 22/tcp  # Secure Shell Login
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://536622]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 21:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found