by Devin Yang

建立於: 7年前 ( 更新: 7年前 )

有時進行自動設定時,需要產生ssh的金鑰對。

命令列無密碼詢問,產生ssh金鑰對。
ssh-keygen -b 2048 -t rsa -f /tmp/id_rsa -q -N "" -C "註解"

 

Tags: linux

Devin Yang

文章內容無法一一說明,如果您有什麼不了解處,歡迎提問哦:)

No Comment

Post your comment

需要登入才可留言!

類似的文章


linux

舊版CentOS 6.2編譯git過程

本文使用的CentOS 6.2進行,進行重build curl及git過程。 主因是因為作業系統太舊,我直接由source build最新版本的git。

linux

ubuntu找不到add-apt-repository指令

ubuntu找不到add-apt-repository指令

linux,security

ssh-agent及ssh-add認證代理員

在ssh的核心套件中的程式諸如,scp、ssh、ssh-add、ssh-agent、sshd及ssh-keygen 讓我們來談談ssh-agent及ssh-add使用情境吧。 在開始前先來看看這些指令用途的簡介: