兩臺Linux伺服器之間配置互信
最近配了個備份,備份在伺服器A上,需要將備份的資料透過scp傳輸到伺服器B上進行保留,所以涉及到配置A到B的信任關係。
1. 在A伺服器上
[oracle@A yebiao]$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/oracle/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/oracle/.ssh/id_rsa.
Your public key has been saved in /home/oracle/.ssh/id_rsa.pub.
The key fingerprint is:
f2:0f:64:1c:0d:20:db:9b:9d:45:0a:23:b9:97:f3:83 伺服器
The key's randomart image is:
+--[ RSA 2048]----+
| o.+.. . |
| .= o = |
| ....o o |
| . += + |
| .++S |
| E=o |
| o. |
| o |
| . |
+-----------------+
2. 將生成的id_rsa.pub檔案複製到B伺服器的.ssh目錄下。
scp /home/oracle/.ssh/id_rsa.pub 10.18.1.119:/home/backup/.ssh/a.pub
3. 將a.pub的內容加入到authorized_keys檔案裡。
cat a.pub >> authorized_keys
1. 在A伺服器上
[oracle@A yebiao]$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/oracle/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/oracle/.ssh/id_rsa.
Your public key has been saved in /home/oracle/.ssh/id_rsa.pub.
The key fingerprint is:
f2:0f:64:1c:0d:20:db:9b:9d:45:0a:23:b9:97:f3:83 伺服器
The key's randomart image is:
+--[ RSA 2048]----+
| o.+.. . |
| .= o = |
| ....o o |
| . += + |
| .++S |
| E=o |
| o. |
| o |
| . |
+-----------------+
2. 將生成的id_rsa.pub檔案複製到B伺服器的.ssh目錄下。
scp /home/oracle/.ssh/id_rsa.pub 10.18.1.119:/home/backup/.ssh/a.pub
3. 將a.pub的內容加入到authorized_keys檔案裡。
cat a.pub >> authorized_keys
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21374452/viewspace-2130760/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 配置系統間互信
- 兩臺ORACLE之間配置OGG-未配置同步DDLOracle
- linux環境下ssh 互信配置Linux
- 快速配置Linux-ssh互信Linux
- Linux系統互信ssh的配置方法Linux
- 兩臺伺服器時間同步(NTP)伺服器
- 批量實現多臺伺服器之間ssh無密碼登入的相互信任關係伺服器密碼
- Linux/Unix shell內嵌expect自動配置多臺主機SSH互信Linux
- linux下兩臺機器之間實現SSH認證Linux
- Nginx 兩臺伺服器配置負載均衡!!!Nginx伺服器負載
- 兩臺linux機器時間同步Linux
- gbase叢集管理之伺服器配置互信及C3工具安裝伺服器
- oracle手動配置互信Oracle
- 三臺linux機器做ssh互信的方法Linux
- linux 配置ntp時間伺服器Linux伺服器
- 建立Linux的互信Linux
- oracle RAC手動配置互信Oracle
- Redhat Linux兩臺主機之間設定NFS掛載的步驟RedhatLinuxNFS
- 多臺web伺服器之間共享sessionWeb伺服器Session
- Linux rsync配置用於伺服器之間傳輸大量的資料Linux伺服器
- linux環境下,利用tc限制兩臺伺服器間的網速,非常簡單。Linux伺服器
- linux主機互信操作Linux
- 利用Python Fabric配置主機間SSH互信和新增公鑰薦Python
- 華納雲:如何簡單快速的實現兩臺伺服器之間遷移資料?伺服器
- 【Linux】在多臺linux 之間掛載nfsLinuxNFS
- linux雙機互信設定Linux
- Linux之CentOS--配置域主DNS伺服器LinuxCentOSDNS伺服器
- Linux下配置NTP 架設本地時間伺服器(zt)Linux伺服器
- Linux awk中輸出上下兩列值之間的差值Linux
- linux下兩臺伺服器檔案實時同步方案實現Linux伺服器
- 兩臺linux建立GRE隧道Linux
- linux時間伺服器配置及各種作業系統客戶端配置Linux伺服器作業系統客戶端
- Linux 時間同步配置Linux
- oracle aix平臺19c rac互信不通案例OracleAI
- Linux下配置兩個jboss 5.1Linux
- ssh-keygen & ssh-copy-id實現兩去臺linux機器之間無密碼通訊Linux密碼
- Linux伺服器---配置nfsLinux伺服器NFS
- Linux伺服器—配置nfsLinux伺服器NFS