使用Linux不要求輸入密碼scp ssh

來源:互聯網
上載者:User

使用Linux不要求輸入密碼scp ssh 一、為了使用scp的時候不需要輸入密碼,採用ssh另一種用金鑰組來驗證的方式 。 1、使用ssh-keygen 命令產生密鑰。產生過程中,除了輸入密碼外,其他都選擇預設的值:斷行符號即可。不要求輸入密碼的話,輸入密碼時直接斷行符號,那麼密鑰設定為空白了,ssh或scp時預設用密鑰,因為密鑰為空白,所以直接ssh   www.2cto.com    [root@xxx root]# ssh-keygen -t rsa    Generating public/private rsa key pair.    Enter file in which to save the key (/root/.ssh/id_rsa):    Created directory '/root/.ssh'.    Enter passphrase (empty for no passphrase):    Enter same passphrase again:    Your identification has been saved in /root/.ssh/id_rsa.    Your public key has been saved in /root/.ssh/id_rsa.pub.    The key fingerprint is:    e0:f0:3b:d3:0a:3d:da:42:01:6a:61:2f:6c:a0:c6:e7 root@xxx    [root@xxx root]# 2、把這個金鑰組中的公用密鑰訪問屬性改為755,然後複製到備份的機器上去,並改名為 authorized_keys   [root@xxx root]#chmod 755 /root/.ssh/id_rsa.pub   [root@xxx root]# scp /root/.ssh/id_rsa.pub 192.168.1.92:/root/.ssh/authorized_keys    root@xxx's password:    id_rsa.pub                                    100%  218     3.2MB/s   00:00    [root@xxx root]# 之後再用ssh scp sftp 訪問那台機器時,就不用輸入密碼。這樣可以利用shell進行自動檔案傳送了。 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.