This commands adds your public SSH key from file as another authorized key on remote Linux machine.
type C:\tmp\mac.pub | ssh root@116.116.116.116 "cat >> .ssh/authorized_keys"
This commands adds your public SSH key from file as another authorized key on remote Linux machine.
type C:\tmp\mac.pub | ssh root@116.116.116.116 "cat >> .ssh/authorized_keys"