Re: Login to remote server without coding passwords

2014-01-23 Thread janeitzey
I tried setting up ssh-keygen, but if I'm correct, I would need every client 
machine to generate a key, send the public key to the server, and then add it 
to the authorized_keys file. It doesn't make sense to do this that way.


Re: Login to remote server without coding passwords

2014-01-23 Thread Eduardo A . Bustamante López
On Thu, Jan 23, 2014 at 12:22:24PM -0800, janeit...@rockingham.k12.va.us wrote:
> I tried setting up ssh-keygen, but if I'm correct, I would need every client 
> machine to generate a key, send the public key to the server, and then add it 
> to the authorized_keys file. It doesn't make sense to do this that way.
This has absolutely nothing to do with bash. You're on the wrong
mailing list. This is about errors in the bash shell (bug-bash), and
there's also a list dedicated to help with programming in the bash
shell, which is help-bash.

-- 
Eduardo Alan Bustamante López



Re: Login to remote server without coding passwords

2014-01-23 Thread janeitzey
Thanks.