现在的位置: 首页 > 综合 > 正文

ssh “Host key verification failed…” error

2013年04月29日 ⁄ 综合 ⁄ 共 226字 ⁄ 字号 评论关闭

In my case, this was caused by a udev problem , there was no /dev/tty device node.

The solution for me was just:

sudo mknod -m 666 /dev/tty c 5 0

then ssh is fine.

the root cause is system mounted read only by kinit

when changed to RW, the udev can create /dev/tty* automatically.

抱歉!评论已关闭.