setup passphaseless ssh before installing hadoop on ubuntu
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了setup passphaseless ssh before installing hadoop on ubuntu相关的知识,希望对你有一定的参考价值。
This can refer to hadoop main page below for setuping passphaseless ssh:
http://hadoop.apache.org/docs/r2.6.5/hadoop-project-dist/hadoop-common/SingleCluster.html
1) install ssh on ubuntu: sudo apt-get install ssh(ssh localhost)
2) ssh-keygen(or ssh-keygen -t rsa).
3) cd ~/.ssh
4) cat id_rsa.pub >> authorized_keys.
5) chmod og-wx authorized_keys(this step is optional).
以上是关于setup passphaseless ssh before installing hadoop on ubuntu的主要内容,如果未能解决你的问题,请参考以下文章
[接口测试_B] 06 Pytest的setup和teardown