commands
# generate
ssh-keygen
# copy to server
type ~/.ssh/id_rsa.pub | ssh [email protected] "cat >> .ssh/authorized_keys"
# clearn known_hosts
ssh-keygen -f ~/.ssh/known_hosts -R 10.10.10.67
# generate
ssh-keygen
# copy to server
type ~/.ssh/id_rsa.pub | ssh [email protected] "cat >> .ssh/authorized_keys"
# clearn known_hosts
ssh-keygen -f ~/.ssh/known_hosts -R 10.10.10.67