Re: how to logon to 30+ machines and put a job run in background and then logout automatically in a script file?
From: Andreas Kahari (ak+usenet_at_freeshell.org)
Date: 09/30/03
- Previous message: Chris F.A. Johnson: "Re: How to script the creation of a text file, with 4/5 lines of text"
- In reply to: Stephen Copp: "Re: how to logon to 30+ machines and put a job run in background and then logout automatically in a script file?"
- Next in thread: Andreas Kahari: "Re: how to logon to 30+ machines and put a job run in background and then logout automatically in a script file?"
- Reply: Andreas Kahari: "Re: how to logon to 30+ machines and put a job run in background and then logout automatically in a script file?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Sep 2003 09:00:48 +0000 (UTC)
In article <vnhqbtll543126@corp.supernews.com>, Stephen Copp wrote:
> Hi Bill,
>
> I'm having a similar issue with 'ssh' asking for passwords everytime (once
> would be fine). Could you please explain further on the following. I don't
> quite understand what you mean by "public keys":
>
>> By using public keys, you don't need to type the password.
>> man ssh
>> man ssh-copy-id
>
> Also, is there anything to get around 'scp2' asking for passwords? Thanks.
A SSH-client uses a public/private key-pair to authenticate with
a SSH-server. By using a passwordless key-pair, or by using an
SSH-agent, you can authenticate without giving a password.
There are numerous resources on the web about SSH,
and there are also books ("SSH, The Secure Shell",
http://safari.oreilly.com/?XmlId=0-596-00011-1, is one).
An on-line tutorial may be found here:
http://www.cs.wisc.edu/csl/doc/howto/ssh/
There's a FAQ here:
http://www.uni-karlsruhe.de/~ig25/ssh-faq/
(I haven't read the contents of the pages above very carefully,
but you should be able to find other sources of information if
they turns out to be crap)
-- Andreas Kähäri
- Previous message: Chris F.A. Johnson: "Re: How to script the creation of a text file, with 4/5 lines of text"
- In reply to: Stephen Copp: "Re: how to logon to 30+ machines and put a job run in background and then logout automatically in a script file?"
- Next in thread: Andreas Kahari: "Re: how to logon to 30+ machines and put a job run in background and then logout automatically in a script file?"
- Reply: Andreas Kahari: "Re: how to logon to 30+ machines and put a job run in background and then logout automatically in a script file?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|