ssh key register window:
cat ~/.ssh/id_rsa.pub | ssh root@xxx.com "umask 077; test -d ~/.ssh || mkdir ~/.ssh ; cat >> ~/.ssh/authorized_keys"
linux: ssh-copy-id root@xxx.com