以下コマンドを実行した時、コマンドプロントにて
キー入力ができなくなります。
ssh-keygen -t rsa
具体的にインストールから行った作業は次の通りです。
以下のページから
http://sourceforge.net/projects/sshwindows/files/OpenSSH%20for%20Windows%20-%20Release/
次のファイルをダウンロードしインストール
setupssh381-20040709.zip
インストール途中で以下エラーメッセージが表示されるも
インストールは完了する
-------------------------------
Before starting the OpenSSH service you MUST edit the
C:******************* passwd file
If you dont do this, you will not be able to log in through the SSH server.
Please read the readme.txt or quickstart.
text file for information regarding proper setup of the passwd file
-------------------------------
以下コマンドを実行します
ssh-keygen -t rsa
Enter passphrase (empty for no passphrase)
↑とパスワードを求められるが
キー入力が入力できません。
唯一反応するのはenterキーで
enterを押すと
-------------------------------
Your identification has been saved in *******************
ssh/id_rsa.
Your public key has been saved in *******************
id_rsa.pub.
The key fingerprint is:*******************
-------------------------------
と表示されます。
最終的には以下のページのようなことがしたいです。
http://www.computerworld.jp/topics/saasw/165190-2.html
わかりにくい質問で恐縮ですが
よろしくお願い致します。
お礼
ご回答ありがとうございます! *に変換される事は知っていたのですが まったく非表示(無反応に見える)の場合もあるのですね。 ↑この状態でも一応テストしたつもりでしたが 改めて入力してみたところ入力できました! ありがとうございました!