Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: ssh chain

by salva (Canon)
on Sep 26, 2006 at 15:57 UTC ( [id://574968]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ssh -t shmem@gateway ssh -t admin@host.example.com \
      ssh -t wrxd15@192.168.123.2 ssh -t root@192.168.254.2
    
  2. or download this
    # .ssh/config
    Host foo
    ProxyCommand ssh me@my.server.org         \
      ssh me@other.server.org                 \
      ssh root@foo.server.org /usr/sbin/sshd -i
    
  3. or download this
    ssh foo
    

Log In?
Username:
Password:

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

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

    No recent polls found