hadoop - Not able to do password less ssh in GCE centos box -


i trying set hadoop in gce centos box. when trying copy public key server client [ssh-copy-id -i ~/.ssh/id_rsa.pub [user]@[client]] , throwing permission denied error. tried found in internet , bit no success. can suggest me if need add in firewall in gce console or have make work

the regular process generate ssh keys locally , add public key server in order able ssh instance.

it seems you're doing opposite: adding key server client. have better understanding of issue think we'll need little more info. can provide detailed configuration steps current setup?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -