当我尝试通过 IPv6 地址使用 scp 时,我得到了这个:
scp -6 osis@::1:/home/osis/test.file ./test.file
ssh: Could not resolve hostname : Name or service not known
Run Code Online (Sandbox Code Playgroud)
使用 scp 我得到的只是
ssh: Could not resolve hostname : Name or service not known
Run Code Online (Sandbox Code Playgroud)
使用这个我可以顺利登录我的盒子
ssh osis@::1
Run Code Online (Sandbox Code Playgroud)