cygwin64からssh出来ないとき
MS Windows環境でcygwinを使う時。
cygwinの64-Bitを追加でインストールした場合にsshがエラーになりました。
$ ssh 192.168.0.1
Pseudo-terminal will not be allocated because stdin is not a terminal.
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
実は32-Bit環境にパスが通っている可能性があります。
* 32-Bit C:\cygwin
* 64-Bit C:\cygwin64
とかでインストールした場合
64-Bitの環境で
/cygdrive/c/cygwin/bin
にパスが通っていて
sshが/cygdrive/c/cygwin/bin/sshかもしれません
$ /usr/bin/ssh 192.168.0.1
で確認してPATHを整理して解消しました。
Author And Source
この問題について(cygwin64からssh出来ないとき), 我々は、より多くの情報をここで見つけました https://qiita.com/km5291jp/items/1eecb013b918e39d2259著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .