博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
localhost: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
阅读量:6483 次
发布时间:2019-06-23

本文共 370 字,大约阅读时间需要 1 分钟。

在开启hadoop时候报错:localhost: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).

此时 ssh localhost也会失败 原因是秘钥没有给自己, 运行ssh-copy-id -i /home/hadoop/.ssh/id_rsa.pub hadoop@localhost即可解决。 --------------------- 作者:Mr_Lon 来源:CSDN 原文:https://blog.csdn.net/Mr_Lon/article/details/88198119 版权声明:本文为博主原创文章,转载请附上博文链接!

转载于:https://www.cnblogs.com/liuys635/p/10822559.html

你可能感兴趣的文章
Security updates and resources
查看>>
打印图片
查看>>
SHOW CREATE DATABASE Syntax
查看>>
rsync常见问题及解决办法
查看>>
MySQL日期 专题
查看>>
C#中禁止程序多开
查看>>
分布式缓存Redis使用以及原理
查看>>
Activity竟然有两个onCreate方法,可别用错了
查看>>
Linux经常使用命令(十六) - whereis
查看>>
Linux五种IO模型
查看>>
Bootstrap技术: 模式对话框的使用
查看>>
小知识,用myeclipes找jar
查看>>
in-list expansion
查看>>
设计原则(四):接口隔离原则
查看>>
基于react的滑动图片验证码组件
查看>>
【学习笔记】阿里云Centos7.4下配置Nginx
查看>>
VuePress手把手一小時快速踩坑
查看>>
学习constructor和instanceof的区别
查看>>
Vijos P1881 闪烁的星星
查看>>
ABP理论学习之领域服务
查看>>