Question:
How to configure ssh known_hosts?
bergab_hase
2006-11-03 07:21:43 UTC
I am using OpenSSH on Red Hat Linux. How do I set up the known_hosts file in the .ssh folder so that I can log on to remote machines without typing in a password?
Four answers:
clievers
2006-11-03 11:03:51 UTC
On your local machine, you need to create a private/public key files.

Log in, they type "ssh-keygen -t rsa", and just press enter when asked for the passphrase (no password). It will put two files in your ~/.ssh/ folder. They are "id_rsa" and "id_rsa.pub". Don't give out your "id_rsa" file, it is private. The "id_rsa.pub" is the public key and you need to add it to the remote computer's "authorized_keys" file. Once it is added, you should be able to connect with no password.
liguori
2016-10-15 12:14:54 UTC
Oh expensive! regrettably you may't do it alongside with your unfastened yahoo mail. you need to finally end up suitable-rated member. while you're susceptible to bypass for Gmail, then you certainly've gotten the flexibility of sending and receiving by using your outlook. examine it out. basically good success
lordandmaker
2006-11-03 08:28:21 UTC
This looks to be closer to answering your question:

http://www.astro.caltech.edu/~mbonati/WIRC/manual/DATARED/setting_up_no-password_ssh.html
jonny2g
2006-11-03 07:41:32 UTC
http://amath.colorado.edu/computing/unix/sshknownhosts.html



This should help get you started.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...