openwrt ssh免密登陸

1 生成相關祕鑰api

dropbearkey -t rsa -f id_rsa dropbearkey -y -f id_rsa | grep "^ssh-rsa" >> authorized_keys

 

2 存放到指定路徑ssh

 

/etc/dropbear/authorized_keys (服務端)
/etc/dropbear/id_rsa  (客戶端)

 

3 登陸  學習

ssh -y -K 60  root@192.168.88.1 -i /etc/dropbear/id_rsa

   cp id_rsa ~/.ssh/id_dropbearspa

   ssh  root@192.168.88.1code

rsync 同步blog

rsync -a --delete -e "ssh -y" /etc/config/wapica/ root@192.168.88.2:/etc/config/wapica/

 

 

4總結:  經過例子 實現了免密登陸 , 生成公鑰, 私鑰, 密鑰對,存放到設備相關指定路徑,造成信任關係,同步

             壓縮: 密鑰對,存放路徑class

             重塑大腦鏈接,纔是學習,而不是一味的照抄登錄

相關文章
相關標籤/搜索