linux sshリモートログインとファイル転送

1037 ワード

ログイン:
ssh -l【   】-p【   】【IP/    】
 :
ssh -l root -p 22 59.69.128.128
 
ssh -l root -p 22 www.linux.com
 
  


: scp

scp 【        】【   】@【IP/  】:【       】
 :
scp /home/root/test.txt [email protected]:/home/root
scp /home/root/test.txt [email protected]:/home/root
 
   
  



scp 【        】【   】@【IP/  】:【       】
 :
scp  [email protected]:/home/root/test.txt /home/root
scp  [email protected]:/home/root/test.txt /home/root

にパスワードを してください