Month: 八月 2015

linux 远程连接ssh提示IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY解决

  1. outekiMacBook-Air:BurpLoader4burpsuite_pro_v1.5.11 watsy$ ssh root@192.168.2.108
  1. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  2. @    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
  3. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  4. IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
  5. Someone could be eavesdropping on you right now (man-in-the-middle attack)!
  6. It is also possible that a host key has just been changed.
  7. The fingerprint for the RSA key sent by the remote host is
  8. 07:36:8e:d0:72:88:38:f7:21:10:c3:12:d6:35:ad:55.
  9. Please contact your system administrator.
  10. Add correct host key in /Users/watsy/.ssh/known_hosts to get rid of this message.
  11. Offending RSA key in /Users/watsy/.ssh/known_hosts:1
  12. RSA host key for 192.168.2.108 has changed and you have requested strict checking.
  13. Host key verification failed.

提示以上错误

解决办法

[root]$ rm -rf ~/.ssh/known_hosts

重新ssh连接,ok了。

Read More

拉登死了,沙县小吃没了

“战争结束了。”沙县小吃的老板叼着一根烟,一屁股坐在我的面前,眼神飘忽。一口烟从他口中爬出来。     我感到 Read More

安装debian小型映像,执行包含sudo的命令提示command not found

网络安装的镜像安完的debian是什么都没有的,包括gcc和sudo。 首先你需要切换到root用户,输入ro Read More

linux 权限掩码 umask

一 权限掩码umask   umask是chmod配套的,总共为4位(gid/uid,属主,组权,其它用户的权 Read More

Linux下zip加密压缩

zip -q -r -P password zipfile.zip sourcefiles.txt passw Read More

高性能JavaScript DOM编程以及重排与重绘

我们知道,DOM是用于操作XML 和HTML文档的应用程序接口,用脚本进行DOM操作的代价很昂贵。有个贴切的比 Read More

virtualbox 挂载共享文件夹

若想开机自动挂载,可以在 /etc/fstab 文件末添加一项 sharing /mnt/share vbox Read More

Mac OS X取消Apache(httpd)开机启动

安装MAMP后,启动服务时提示Apache启动失败,80端口被占用.查看进程发现存在几个httpd. OS X Read More

国内开源镜像汇总

一. 企业篇 网易: http://mirrors.163.com/ 搜狐: http://mirrors.s Read More

MAC OS 10.10 转发80(HTTP)端口的方法

MAC OS 本质上还是 Unix 系统, Unix 系统大多默认情况下非root用户是无法使用小于1024的 Read More

1 2