Lesson 3.10: Securely transfer files between systems
[root@serverB exam]# scp f1.txt root@192.168.208.103:/root/exam The authenticity of host '192.168.208.103 (192.168.208.103)' can't be established. ED25519 key fingerprint is SHA256:HOPA4UyrPYpCEWcP4vMfeocqZn9r5fEBYgg9+lXNyeY. This key is not known by any other names Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added '192.168.208.103' (ED25519) to the list of known hosts. root@192.168.208.103's password: f1.txt 100% 20 48.1KB/s 00:00 [root@serverB exam]#