tarminal
ssh ‘step server’-l User
Example
tarminal
ssh 111.222.333.444 -l hogehoge
tarminal
scp user@The server where the files are located:File path user@Destination server:Storage directory
Example
tarminal
scp [email protected]:/home/hage/aaa.txt [email protected]:/home/huga/
Enter the path for each server
Recommended Posts