Re: How to automate a ssh login?
From: Michael Selvesteen (selvesteen_at_hotmail.com)
Date: 07/29/04
- Previous message: Grant Skywalker: "Putty don't allow me to use CTRL + ]"
- In reply to: Thomas: "How to automate a ssh login?"
- Next in thread: Thomas: "Re: How to automate a ssh login?"
- Reply: Thomas: "Re: How to automate a ssh login?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Previous message: Grant Skywalker: "Putty don't allow me to use CTRL + ]"
- In reply to: Thomas: "How to automate a ssh login?"
- Next in thread: Thomas: "Re: How to automate a ssh login?"
- Reply: Thomas: "Re: How to automate a ssh login?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]