ssh相關問題記錄與學習
阿新 • • 發佈:2021-01-31
技術標籤:linux
遇到的問題
報錯 :在命令列ssh登入時
PS C:\Users\Hasee> ssh [email protected] -p xxxxx
C:\\Users\\Hasee/.ssh/config line 38: unsupported option "password".
直接使用vscode remote進行連線,在配置正確的情況下也會說:writting to a nonexistent pipe
解決方案 :user/.ssh/config 裡面某個host的配置多了一行 PasswordAuthentication
,則所有ssh請求都會預設以該配置的密碼登入,去掉即可