|
Re: Connect with null passphrases: msg#00008network.openssh.general
Hi, Maybe this is too obvious and you have already thought of that, but why not use SSH Private/Public key method for connecting without password? I'll throw out some steps for this (not verified): 1- on the machine that connects to other machines: "$> ssh-keygen -t dsa". Leave the passphrase for the keys empty. 2- two files will be created under "~user/.ssh/": id_dsa and id_dsa.pub on the local machine 3- copy the id_dsa.pub to the remote machines and, under the user that will run the job: "cd ~user/.ssh && cat id_dsa.pub >> authorized_keys" Be sure to check that under the SSH server configuration for remote and local machines (sshd.conf), the option regarding the use of SSH keys is enabled. --Bernardo John Stefani wrote:
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Connect with null passphrases (fwd): 00008, John Stefani |
|---|---|
| Next by Date: | Re: Connect with null passphrases: 00008, Terry Browning |
| Previous by Thread: | Connect with null passphrasesi: 00008, John Stefani |
| Next by Thread: | Re: Connect with null passphrases: 00008, Terry Browning |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |