sshはログインできますが、scpはできません.ソリューション
, , LNMP , 。
,ssh ,ssh , scp id_rsa.pub , scp 。 :
ssh: connect to host xx.xx.xx.xx port 22: Operation timed out
lost connection
, 。 :
http://superuser.com/questions/395356/scp-doesnt-work-but-ssh-does
:
1. , , , 。。。
2.scp ssh, ssh , ssh , 。 ( :.bashrc , ..)
3. , :
scp ssh , , :
:
tar zcf - id_rsa.pub | ssh [email protected] tar zxf - -C /tmp
:
ssh [email protected] "tar zcf - ./*" | tar zxf - -C ./