Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

maggotbrain's scratchpad

by maggotbrain (Monk)
on Jan 29, 2007 at 18:52 UTC ( [id://597145]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "What IP address do you want to allow ssh logins from? ";
        $_ = <>;
        chomp($_);
    ...
        length($allowed_ipaddr) or die "Sorry, '$_' is not a valid IP addr
    +ess.\n";
        $allowed_ipaddr = inet_ntoa($allowed_ipaddr); # convert to dotted 
    +quad, if necessary.
        print " You have authorized the host with IP address $allowed_ipad
    +dr to log in via ssh.\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-18 23:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found