使用者工具

網站工具


linux:ssh

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

linux:ssh [2013/05/24 16:32]
wenpei 建立
linux:ssh [2016/07/11 09:33] (目前版本)
sars
行 1: 行 1:
-====== SSH 登入免密碼 ​======+====== SSH Forward Agent ====== 
 +將 Key 登錄 
 + 
 +  ssh-add [Key_File] 
 + 
 +連線時加上 -A 參數 
 + 
 +  ssh -A user@host.com 
 +   
 +或是在 ~/​.ssh/​config 檔案設定 
 + 
 +  Host [Host_Name] 
 +  HostName [Domain_Name or IP] 
 +  ForwardAgent yes 
 + 
 +直接連線並使用設定好的參數 
 +   
 +  ssh [Host_Name] 
 + 
 +====== 使用 SSH Key 登入 ====== 
 +透過 Key Pair 登入,即可不需要輸入密碼。 
 ===== 簡易流程 ===== ===== 簡易流程 =====
 ==== 產生金鑰 ==== ==== 產生金鑰 ====
linux/ssh.1369384343.txt.gz · 上一次變更: 2013/05/24 16:32 由 wenpei