Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Plankton's scratchpad

by Plankton (Vicar)
on Jun 01, 2004 at 20:46 UTC ( [id://358558]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    prog=`basename $0`
    ...
    ssh -l $RUSER $RH "sh -c \"if [ ! -d .ssh ]; then mkdir .ssh; fi && cd
    + .ssh && if [ -e authorized_keys ] ; then cat >> authorized_keys; els
    +e cat > authorized_keys; fi \"" < id_dsa.pub
    
    ssh $RUSER@$RH hostname
    

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 imbibing at the Monastery: (4)
As of 2024-04-23 21:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found