Tag Archives: ipv6 ssh

linux using SSH and SCP over IPv6

1. SSH remote login server: ssh [username]@[IPv6_Host] -p [port number];

2. SCP copy file: scp [username]@[IPv6_Host]:[file_path] [target_path] Continue reading

Posted in Internet Technology | Tagged , | Comments Off on linux using SSH and SCP over IPv6