<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Frequently Asked Questions About Linux / UNIX &#187; fingerprint</title> <atom:link href="http://www.cyberciti.biz/faq/tag/fingerprint/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 03 Feb 2012 22:38:32 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Linux / Unix: Disable OpenSSH Host Key Checking</title><link>http://www.cyberciti.biz/faq/linux-appleosx-howto-disable-ssh-host-key-checking/</link> <comments>http://www.cyberciti.biz/faq/linux-appleosx-howto-disable-ssh-host-key-checking/#comments</comments> <pubDate>Fri, 30 Dec 2011 11:37:09 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Openbsd]]></category> <category><![CDATA[apple os x]]></category> <category><![CDATA[deleting files]]></category> <category><![CDATA[fingerprint]]></category> <category><![CDATA[host identification]]></category> <category><![CDATA[host key]]></category> <category><![CDATA[host keys]]></category> <category><![CDATA[hosts files]]></category> <category><![CDATA[linux servers]]></category> <category><![CDATA[man in the middle attack]]></category> <category><![CDATA[openssh]]></category> <category><![CDATA[rescue mode]]></category> <category><![CDATA[rsa key]]></category> <category><![CDATA[rsync command]]></category> <category><![CDATA[ssh command]]></category> <category><![CDATA[SSH StrictHostKeyChecking=no]]></category> <category><![CDATA[SSH UserKnownHostsFile=/dev/null]]></category> <category><![CDATA[unix server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=11310</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/openbsd/' title='See all OpenBSD related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/openbsd_logo_sm.png' border='0' /></a></div> <span
class="drop_cap">I</span>'ve a remote Unix server running with OpenSSH remote login service. The openssh is configured for <a
href="http://www.cyberciti.biz/faq/noninteractive-shell-script-ssh-password-provider/">passwordless login using ssh keys</a>. Our ISP allows to boot all Linux servers into the rescue mode. It allow us to bring a server online remotely in order to troubleshoot system problems that would normally only be resolved by an OS Reload (such as accidentally deleting files or wrong firewall configurations blocking ssh access). When server boots into a remote rescue mode I can connect using SSH. They SSH keys will not be the same in the rescue mode so I get <a
href="http://www.cyberciti.biz/faq/warning-remote-host-identification-has-changed-error-and-solution/">key mismatch messages</a> as SSH keys are re-generated on each boot:<blockquote>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
e1:9b:5c:16:a6:cd:11:10:3a:cd:1b:a2:16:cd:e5:1c.
Please contact your system administrator.
Add correct host key in /home/user/.ssh/known_hosts to get rid of this message.
Offending key in /home/user/.ssh/known_hosts:1
RSA host key for www.cyberciti.biz has changed and you have requested strict checking.
Host key verification failed.</blockquote> How do I ignore OpenSSH hos key checking from my Apple OS X laptop while login using the ssh?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-appleosx-howto-disable-ssh-host-key-checking/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Identify A Remote Host Apps and OS Using UNIX / Linux Command Line</title><link>http://www.cyberciti.biz/faq/identify-remote-host-by-unix-linux-command/</link> <comments>http://www.cyberciti.biz/faq/identify-remote-host-by-unix-linux-command/#comments</comments> <pubDate>Wed, 10 Jun 2009 22:52:59 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[command line options]]></category> <category><![CDATA[fingerprint]]></category> <category><![CDATA[host localhost]]></category> <category><![CDATA[linux command line]]></category> <category><![CDATA[nmap]]></category> <category><![CDATA[nmap command]]></category> <category><![CDATA[os detection]]></category> <category><![CDATA[pc linux]]></category> <category><![CDATA[port 3306]]></category> <category><![CDATA[remote server]]></category> <category><![CDATA[resolves]]></category> <category><![CDATA[server ip address]]></category> <category><![CDATA[stealth scan]]></category> <category><![CDATA[unix os]]></category> <category><![CDATA[using unix]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=7648</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/bash-shell/' title='See all Bash/Shell scripting related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I identify remote server os and apps using UNIX or Linux command line options?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/identify-remote-host-by-unix-linux-command/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux Generate RSA SSH Keys</title><link>http://www.cyberciti.biz/faq/linux-generating-rsa-keys/</link> <comments>http://www.cyberciti.biz/faq/linux-generating-rsa-keys/#comments</comments> <pubDate>Wed, 27 May 2009 19:49:20 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[$HOME/.ssh/id_rsa]]></category> <category><![CDATA[$HOME/.ssh/id_rsa.pub]]></category> <category><![CDATA[authentication keys]]></category> <category><![CDATA[fingerprint]]></category> <category><![CDATA[Mac os x]]></category> <category><![CDATA[open terminal]]></category> <category><![CDATA[operating systems]]></category> <category><![CDATA[public key cryptography]]></category> <category><![CDATA[remote computer]]></category> <category><![CDATA[remote server]]></category> <category><![CDATA[ssh-keygen command]]></category> <category><![CDATA[UNIX]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=7561</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I generate ssh RSA keys under Linux operating systems?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-generating-rsa-keys/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux / UNIX: Generate SSH Keys</title><link>http://www.cyberciti.biz/faq/linux-unix-generating-ssh-keys/</link> <comments>http://www.cyberciti.biz/faq/linux-unix-generating-ssh-keys/#comments</comments> <pubDate>Wed, 27 May 2009 19:27:16 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[$HOME/.ssh/id_rsa]]></category> <category><![CDATA[$HOME/.ssh/id_rsa.pub]]></category> <category><![CDATA[authentication keys]]></category> <category><![CDATA[fingerprint]]></category> <category><![CDATA[Mac os x]]></category> <category><![CDATA[open terminal]]></category> <category><![CDATA[operating systems]]></category> <category><![CDATA[public key cryptography]]></category> <category><![CDATA[remote computer]]></category> <category><![CDATA[remote server]]></category> <category><![CDATA[ssh-keygen command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=7556</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/unix/' title='See all UNIX related articles/faq'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I generate ssh keys under Linux / UNIX / Mac OS X and BSD operating systems for remote login?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-unix-generating-ssh-keys/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ubuntu / Debian Linux Regenerate OpenSSH Host Keys</title><link>http://www.cyberciti.biz/faq/howto-regenerate-openssh-host-keys/</link> <comments>http://www.cyberciti.biz/faq/howto-regenerate-openssh-host-keys/#comments</comments> <pubDate>Sun, 15 Jun 2008 13:35:02 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[dpkg-reconfigure command]]></category> <category><![CDATA[fingerprint]]></category> <category><![CDATA[host identification]]></category> <category><![CDATA[host key]]></category> <category><![CDATA[host keys]]></category> <category><![CDATA[hosts files]]></category> <category><![CDATA[man in the middle attack]]></category> <category><![CDATA[openssh]]></category> <category><![CDATA[rm command]]></category> <category><![CDATA[secure shell]]></category> <category><![CDATA[server host]]></category> <category><![CDATA[shell server]]></category> <category><![CDATA[ssh client]]></category> <category><![CDATA[ssh connections]]></category> <category><![CDATA[ssh session]]></category> <category><![CDATA[system administrator]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1115</guid> <description><![CDATA[How do I regenerate OpenSSH sshd server host keys stored in /etc/ssh/ssh_host_* files under Debian Linux server? Can I safely regenerate ssh host keys using remote ssh session as my existing ssh connections shouldn't be interrupted?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-regenerate-openssh-host-keys/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Fingerprint / Identify Remote Web Server</title><link>http://www.cyberciti.biz/faq/find-out-remote-webserver-name/</link> <comments>http://www.cyberciti.biz/faq/find-out-remote-webserver-name/#comments</comments> <pubDate>Mon, 28 Jan 2008 09:07:33 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[curl command]]></category> <category><![CDATA[find remote Web server]]></category> <category><![CDATA[find remote Web Service]]></category> <category><![CDATA[fingerprint]]></category> <category><![CDATA[HEAD / HTTP/1.0]]></category> <category><![CDATA[remote server]]></category> <category><![CDATA[request header]]></category> <category><![CDATA[server type]]></category> <category><![CDATA[telnet command]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/find-out-remote-webserver-name/</guid> <description><![CDATA[Q. How do I fingerprint or identify remove web server a from UNIX / Linux shell prompt? A. You can use standard utilities such as a) telnet command b) curl command telnet - Identify remote web server Use telnet to connect to remove web server, enter $ telnet www.vivekgite.com www Output: Trying 74.86.49.130... Connected to [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/find-out-remote-webserver-name/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Mac OS X Remove SSH Known Host</title><link>http://www.cyberciti.biz/faq/mac-os-x-remove-known-host/</link> <comments>http://www.cyberciti.biz/faq/mac-os-x-remove-known-host/#comments</comments> <pubDate>Sat, 15 Dec 2007 16:05:38 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[Mac os x]]></category> <category><![CDATA[3a]]></category> <category><![CDATA[addre]]></category> <category><![CDATA[fingerprint]]></category> <category><![CDATA[host identification]]></category> <category><![CDATA[host key]]></category> <category><![CDATA[hosts]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[man in the middle attack]]></category> <category><![CDATA[ox]]></category> <category><![CDATA[remote server]]></category> <category><![CDATA[rsa key]]></category> <category><![CDATA[server ip]]></category> <category><![CDATA[server name]]></category> <category><![CDATA[server1]]></category> <category><![CDATA[system administrator]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=6011</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/mac-os-x/' title='See all Apple Mac OS X related FAQs'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/osx-leopard.png' border='0' /></a></div> <span
class="drop_cap">I</span>'ve reinstalled Linux on remote server and now trying to connect it over ssh using Mac OS X:<br
/><br
/> ssh user@server1.example.com <br
/><br
/>But I'm getting an error which read as follows:<br
/><blockquote>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
5c:9b:16:56:a6:cd:11:10:3a:cd:1b:a2:91:cd:e5:1c.
Please contact your system administrator. <strong>Add correct host key in /Users/user/.ssh/known_hosts to get rid of this message.</strong> Offending key in /Users/user/.ssh/known_hosts:1
RSA host key for server1.example.com has changed and you have requested strict checking.
Host key verification failed.</blockquote> <br
/> How do I fix this problem under Mac OS X?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/mac-os-x-remove-known-host/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
