您好,登錄后才能下訂單哦!
今天就跟大家聊聊有關怎么使用SSH命令行遠程登錄運行在CloudFoundry上的應用,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。
當我試圖用如下命令行采用SSH遠程登錄到運行在CloudFoundry環境下的應用時,
cf ssh -N -T -L 9229:127.0.0.1:9229 jerry-demo-server
遇到這個錯誤消息:
ssh: unable to authenticate, attempted methods [none password], no supported methods remain
https://stackoverflow.com/questions/47102080/ssh-in-go-unable-to-authenticate-attempted-methods-none-no-supported-method
https://pvtl.force.com/s/article/SSH-to-a-Container-Fails-with-ssh-handshake-failed-Error-Message
使用命令行查看我的這個應用的ssh-enabled標志位:
cf ssh-enabled jerry-demo-server
發現處于disabled狀態:
于是用命令行將這個標志位打開:
cf enable-ssh jerry-demo-server
cf ssh-enabled jerry-demo-server
cf enable-ssh jerry-demo-server
之后重啟應用:
問題解決。
看完上述內容,你們對怎么使用SSH命令行遠程登錄運行在CloudFoundry上的應用有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注億速云行業資訊頻道,感謝大家的支持。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。