SSH 登入密碼問題 - Linux

Table of Contents


各位先進,我的電腦是 Linux Redhat4.0 因為之前每次用SSH到別台機器都要

打密碼,因此參考 http://0rz.tw/PW4s1 輸入 ssh-keygen -d 也改了Pubkey

不過原先只要打密碼的過程不但還有,還多了些其他的

#ssh -X PTT

The authenticity of host 'PTT' can't be established.
RSA key fingerprint is 11:02:oa:5a:92:52 ... (共16個)
Are you sure you want to continue connecting (yes/no)

#yes

Warning: Permanently added 'PTT IP'(RSA) to the list of the known hosts.
Enter passphrase for key '/home/username/.ssh/id_dsa'

#按 enter

PTT passward:

(還是要密碼....)


感覺登入變的更多步驟,我有新增hosts到 .hosts

如果要取消這些要怎弄回去呢?我若刪除 .ssh資料夾也是沒有用

能否幫幫我呢?



--

All Comments