linux生成多對祕鑰並指定祕鑰登陸

1.生成祕鑰對並指定祕鑰對名稱:sql

ssh-keygen -t rsa -f other -C "for other"

 

2.將other.pub公鑰添加至要免密登陸的服務器服務器

 

3.使用指定other私鑰登陸遠程服務器:ssh

ssh -i ~/.ssh/other 124.202.149.13 -p36000

 

4.指定私鑰遠程scpblog

scp -P36000  -i ~/.ssh/other jiradb-2019-05-20.sql 124.202.149.13:/data/backup/jira/
相關文章
相關標籤/搜索