Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-27-2009, 02:02 PM
|
#1
|
Senior Member
Registered: Feb 2004
Location: lost+found
Distribution: CentOS
Posts: 1,430
Rep:
|
Is there a way to prevent this message:The authenticity of host can't be established.
Is there a way to prevent this message:
Code:
root@100 [~]# ssh -q xxx.xxx.xxx.xxx
The authenticity of host 'xxx.xxx.xxx.xxx' can't be established.
RSA key fingerprint is 4c:83:...:7d:19.
Are you sure you want to continue connecting (yes/no)?
I tried ssh -q and -y but those did not work.
|
|
|
11-27-2009, 02:08 PM
|
#2
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Hello Abe,
This happens when you login to a server using SSH for the first time on that server I believe. Normally if you answer yes then the key will be added to the known_hosts file and the next time that message should not appear.
It's a form of key protection agains man in the middel attack. You can read more about it here.
Kind regards,
Eric
|
|
|
11-27-2009, 02:21 PM
|
#3
|
Senior Member
Registered: Feb 2004
Location: lost+found
Distribution: CentOS
Posts: 1,430
Original Poster
Rep:
|
Quote:
Originally Posted by EricTRA
Hello Abe,
This happens when you login to a server using SSH for the first time on that server I believe. Normally if you answer yes then the key will be added to the known_hosts file and the next time that message should not appear.
It's a form of key protection agains man in the middel attack. You can read more about it here.
Kind regards,
Eric
|
Yes, but the thing is I want to run rsync remotely on hundreds of servers, and do not want to log into each one and have to type yes.
|
|
|
11-27-2009, 02:32 PM
|
#4
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
I understand but you'd only need to do it the first time. Maybe there's a way to automate it with something like dssh. Another possibility is of course to generate key pairs and copy over the key to the destination server. If you do it the right way then the complete process of authentication takes place using the keys and you wouldn't even have to introduce a password.
Kind regards,
Eric
|
|
|
11-27-2009, 02:38 PM
|
#5
|
Member
Registered: May 2005
Location: St. Louis, MO
Distribution: CentOS7
Posts: 267
Rep:
|
You might look at the yes command (man yes) as it is helpful for automatic responses.
|
|
|
11-27-2009, 02:42 PM
|
#6
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Hey david1941,
Thank you very much, learned another one yet. Didn't know that one.
Thumbs up.
Kind regards,
Eric
|
|
|
11-27-2009, 02:46 PM
|
#7
|
Senior Member
Registered: Feb 2004
Location: lost+found
Distribution: CentOS
Posts: 1,430
Original Poster
Rep:
|
Quote:
Originally Posted by david1941
You might look at the yes command (man yes) as it is helpful for automatic responses.
|
Thanks but that doesn't seem to work for ssh. It just repeated my command over and over, and still didn't update the rsa fingerprint.
|
|
|
11-27-2009, 02:51 PM
|
#8
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Hi Abe,
Too bad that didn't help you out. Maybe this can help you on you quest.
DSSH.
Kind regards,
Eric
|
|
|
11-27-2009, 02:52 PM
|
#9
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
You're not planning to blindly accept these hundreds of public keys, are you?
|
|
|
All times are GMT -5. The time now is 05:48 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|