bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Login to remote server without coding passwords


From: Domingo Ignacio Galdos
Subject: Re: Login to remote server without coding passwords
Date: Tue, 14 Jan 2014 14:59:33 -0500

Indeed this is way out of scope for this list but the right thing to do is
to set up SSH IdentityFiles. "man ssh_config" and read about IdentityFile
directive and also man ssh-keygen. For more information a quick google
search will pop up millions of easy tutorials.

If your problem is that you have many servers and need to set up the
IdentityFiles to begin with, you can use an expect loop for that. Google
again will take care of you there.

Finally, if you have many machines you may want to look into true
configuration management solutions like Puppet/Chef.



On Tue, Jan 14, 2014 at 10:53 AM, <janeitzey@rockingham.k12.va.us> wrote:

> The files in question are generated on the server and cannot be generated
> on each machine. I need a way to distribute them and they are keyed to each
> machines serial number.
>
> They are security keys for talking to a third server.
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]