Permission denied (publickey,gssapi-keyex,gssapi-with-mic) on openshift

前端 未结 11 1123
既然无缘
既然无缘 2021-02-03 23:52

I am having issues with committing changes to my gear. I have tried to run rhc setup, I also deleted my .ssh folder and executed rhc setup again but that also didnt work.

11条回答
  •  独厮守ぢ
    2021-02-04 00:09

    The following answer might be helpful. Add GSSAPIAuthentication no into .ssh/config

    $ cat .ssh/config
    Host *
      ServerAliveInterval 240
      GSSAPIAuthentication no
    

提交回复
热议问题