Re: How to automate a ssh login?

From: Michael Selvesteen (selvesteen_at_hotmail.com)
Date: 07/29/04

  • Next message: wonder: "ssh to non-standard port failed"
    Date: 29 Jul 2004 01:59:52 -0700
    
    

    Thomas <tfz@gmx.net> wrote in message news:<ce3cgi$9o2$1@online.de>...

    > I want to connect the Linux Machine automatically to the remote Server -
    > without have to open a shell on the Linux Machine first. Any suggestions?
    >

    Hi Thomas,

    try the following

    ssh -t -l <user> first Linux Machine 'ssh -l <user> second linux
    machine'

    If password authentication is used, you will be required to enter
    passwords for two machines.

    --
    M
    

  • Next message: wonder: "ssh to non-standard port failed"