ไม่สามารถสร้างการเชื่อมต่อ SSH และ SCP ด้วยอินสแตนซ์ IDC ได้
ประเภทข้อมูล: การแก้ไขปัญหา | ID บทความ: 000097262 | การตรวจสอบครั้งล่าสุด: 08/12/2023
Host *
StrictHostKeyChecking no
ssh -J guest@146.152.232.8 -L 10022:100.81.x.x:22 ubuntu@100.81.x.x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
scp -P 10022 test.txt ubuntu@localhost:~/test.txt
scp -P 10022 ubuntu@localhost:~/test-ubuntu.txt "C:\Users\username"