Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: OT - SSH Help

by smullis (Pilgrim)
on Oct 29, 2004 at 10:12 UTC ( [id://403669]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %> ssh-keygen -b 1024 -t RSA
    <key in a good passphrase twice>
    
  2. or download this
    cat .ssh/id_rsa.pub | ssh -l<user> <target_ip> '[ -d .ssh ] || mkdir .
    +ssh ; chmod 700 .ssh ; cat - >> ~/.ssh/authorized_keys'
    
  3. or download this
    exec /usr/bin/ssh-agent <Window Manager of choice>
    
  4. or download this
    SSHAGENT=$(which ssh-agent)
    SSHAGENTARGS="-s"
    ...
    eval `$SSHAGENT $SSHAGENTARGS`
    trap "kill $SSH_AGENT_PID" 0
    fi
    
  5. or download this
    %>ssh-add
    <key in your passphrase>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-25 15:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found