使用SSH命令行遠程登陸運行在CloudFoundry上的應用

當我試圖用以下命令行採用SSH遠程登陸到運行在CloudFoundry環境下的應用時,ssh

cf ssh -N -T -L 9229:127.0.0.1:9229 jerry-demo-server

遇到這個錯誤消息:spa

ssh: unable to authenticate, attempted methods [none password], no supported methods remain

https://stackoverflow.com/que...命令行

https://pvtl.force.com/s/arti...server

使用命令行查看個人這個應用的ssh-enabled標誌位:rem

cf ssh-enabled jerry-demo-server

發現處於disabled狀態:get

因而用命令行將這個標誌位打開:it

cf enable-ssh jerry-demo-serverio


cf ssh-enabled jerry-demo-serverclass

cf enable-ssh jerry-demo-server登錄


以後重啓應用:


問題解決。

要獲取更多Jerry的原創文章,請關注公衆號"汪子熙":

相關文章
相關標籤/搜索