
Hadoop SSH无密码登录及故障解决办法
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
本文介绍了如何配置Hadoop集群中SSH免密登录的方法以及常见问题和解决方案,帮助用户实现高效管理。
创建SSH密钥时我们采用RSA方式,使用如下命令:`xiaosi@xiaosi:~$ ssh-keygen -t rsa -f ~/.ssh/id_rsa`
生成公私钥对:
```
Generating public/private rsa key pair.
Created directory /home/xiaosi/.ssh.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/xiaosi/.ssh/id_rsa
```
全部评论 (0)
还没有任何评论哟~


