Cara untuk mengirim file ke remote komputer/server dengan JumpHost atau ProxyJump sangat mudah, formatnya

scp -o 'ProxyJump user@host1' file user@host2/dir

bila menggunakan port selain 22

scp -P 2201 -o 'ProxyJump user@host1 -p 2202' file user@host2:/dir

pada contoh diatas -P 2201 merupakan port SSH dari host1. -p 2202 adalah port SSH dari host1

Contoh output

$ scp -o 'ProxyJump [email protected]' *.sql  tommy@10.8.0.2:~/
backup1.sql                                                                                          100% 1024KB   1.0MB/s   00:01    
backup2.sql                                                                                          100%  200KB 747.6KB/s   00:00    
backup3.sql                                                                                          100%  400KB   1.0MB/s   00:00    
backup4.sql                                                                                          100%  200KB 880.8KB/s   00:00    
backup5.sql                                                                                          100% 1024KB   1.4MB/s   00:00

Leave a comment

Your email address will not be published. Required fields are marked *