`

reverse mapping checking getaddrinfo for bogon failed – POSSIBLE BREAK-IN ATTEMP

 
阅读更多

今天做ssh key 登录 报了一个 reverse mapping checking getaddrinfo for bogon failed – POSSIBLE BREAK-IN ATTEMPT! 错误,但不影响登录。可是看着不顺眼,查查资料解决它,

原因:ssh 登录的时候会做一系列安全检查,其中有一项是 主机名与ip地址是否能解析,如果解析不了就会报这个错误。

如果你有dns服务器 ,在服务器上做解析也行。总之,ping主机名必须解析到对应的ip地址,

 

解决方法一:在/etc/hosts 文件加上对方的主机名  ip地址,可以ping通主机名即可。

解决方法二:/etc/ssh/ssh_config   /etc/ssh/sshd_config   修改这两个配置文件

GSSAPIAuthentication yes  改成 GSSAPIAuthentication no

重启ssh,即可。

 

转载自:http://geedooweb.com/reverse-mapping-checking-getaddrinfo-for-bogon-failed-possible-break-in-attempt-error.html

分享到:
评论

相关推荐

    js-leetcode题解之151-reverse-words-in-a-string.js

    题目名称为"151-reverse-words-in-a-string",我们可以将这个任务分解为几个小步骤来逐一解决: 1. 反转整个字符串:这个步骤比较直接,我们可以采用双指针的方法,前后指针向中间靠拢,交换字符位置,直到指针相遇...

    c语言-leetcode 0025-reverse-nodes-in-k-group.zip

    c c语言_leetcode 0025_reverse_nodes_in_k_group.zip

    Reverse_Engineering_for_Beginners-en.pdf

    Reverse_Engineering_for_Beginners-en.pdf

    python-leetcode题解之151-Reverse-Words-in-a-String.py

    在这个例子中,该函数可以命名为reverse_words_in_a_string,接受一个字符串参数,并返回处理后的字符串。在函数体内部,可以先使用strip()方法处理输入字符串,然后进行单词的分割和反转,最后再返回反转后的字符串...

    python-leetcode题解之186-Reverse-Words-in-a-String-II.py

    在编写Python程序来解决LeetCode上的“186 Reverse Words in a String II”问题时,我们需要理解和掌握几个关键点:字符串的反转、单词的反转以及编程中的字符串处理技术。 首先,字符串反转是将字符串中的字符顺序...

    Read-a-file-in-reverse.rar_The Word

    这个“Read-a-file-in-reverse.rar_The Word”压缩包中的内容似乎涉及了一个使用MATLAB来实现文件逆序读取和处理单词与句子的源代码示例。下面我们将详细探讨这一主题。 首先,MATLAB是一种强大的数值计算和数据...

    hibernate-configuration-3.0.dtd、hibernate-mapping-3.0.dtd

    《深入理解Hibernate配置与映射:hibernate-configuration-3.0.dtd与hibernate-mapping-3.0.dtd解析》 在Java世界里,Hibernate作为一款强大的对象关系映射(ORM)框架,极大地简化了数据库操作。而`hibernate-...

    BIG文件编辑器

    If you want to change the file, don't forget to save the file in the editor (without changing the filename). While the editor is opened, FinalBIG will block access to this specific file. This is to ...

    Reverse words in a string-leetcode

    Reverse words in a string-leetcode

    MapReduce-based Assembly Clone Search for Reverse Engineering.pdf

    A paper published in 2016. ABSTRACT Assembly code analysis is one of the critical processes for detecting and proving software plagiarism and software patent infringements when the source code is ...

    Design for Embedded Image Processing on FPGAs - 基于FPGA的嵌入式图像处理系统设计 英文版

    9.2 Reverse Mapping. 9.3 Interpolation. 9.4 Mapping Optimisations. 9.5 Image Registration. 10 Linear Transforms. 10.1 Fourier Transform. 10.2 Discrete Cosine Transform. 10.3 Wavelet Transform. 10.4 ...

    exfat文档 reverse-engineering-microsoft-exfat-file-system.pdf

    ### Reverse Engineering Microsoft exFAT 文件系统 #### 概述 《Reverse Engineering the Microsoft exFAT File System》是一篇深入探讨微软扩展文件系统(Extended FAT FileSystem,简称 exFAT)内部结构和技术...

    Advanced.Apple.Debugging.&.Reverse.Engineering.v2.0 Code Part2

    Reverse Engineering, Second Edition ISBN: Learn the powerful secrets of Apple’s software debugger, LLDB, that can get more information out of any program than you ever thought possible. In Advanced ...

    Reverse_Engineering_for_Beginners-en-lite

    这个LITE版本的《Reverse Engineering for Beginners》为初学者提供了一个快速了解逆向工程基础知识的途径。虽然它没有涵盖所有平台(如MIPS、ARM)和工具(如OllyDBG、GCC、GDB、IDA),也没有提供练习和示例,但它...

    Reverse Engineering for Beginners-Dennis Yurichev.pdf

    标题中的《Reverse Engineering for Beginners-Dennis Yurichev》是一本由逆向工程领域的大师Dennis Yurichev撰写的开源书籍。该书是为逆向工程初学者准备的入门指南,不仅覆盖了基础知识,也涵盖了逆向工程的一些...

    Reverse_Engineering_for_Beginners

    "Reverse_Engineering_for_Beginners"这本电子书,2018年4月8日的最新版本,旨在为初学者提供一个系统的入门指南。以下是关于逆向工程的一些关键知识点: 1. **定义**:逆向工程是指通过分析已有的程序或硬件设备,...

    ### CTF-All-In-One 超全学习文档资料

    内容概要:本文档《ctf-all-in-one.pdf》是一份全面的CTF(夺旗赛)学习指南,涵盖了CTF的基础知识、各类题型、常用工具、高级技术和实战技巧。文档首先介绍了CTF的概念及其发展历史,解释了CTF比赛的形式和规则,...

    Palindrome-number-in-c.rar_number

    本资源“Palindrome-number-in-c.rar_number”提供了一个关于如何在C语言中判断一个整数是否为回文数的解决方案。回文数是指无论从左向右还是从右向左读都一样的数字,例如121、12321或者123321等。 首先,让我们...

    One-step extrapolation method for reverse time migration

    本文介绍了一种新的方法——一步外推算法,用于求解声波方程,进而实现高效的逆时偏移(Reverse Time Migration, RTM)。该方法通过引入平方根算子将双向波方程转化为时间的一阶偏微分方程,类似于一维波方程的形式...

Global site tag (gtag.js) - Google Analytics