DylanAKing / OpenVPN-Installer

Single script configuration of two clean ubuntu servers 1x ovpn server and 1x ovpn/easyrsa certificate authority
GNU General Public License v3.0
4 stars 2 forks source link

Main Branch: "/usr/bin/ssh-copy-id: Host Key Verification Failed" Initially transmitting the CA`s SSH-Key to the Server #1

Open DylanAKing opened 3 years ago

DylanAKing commented 3 years ago

after transmitting the ca`s key to the server the first attempt to login with the ssh-key throws a host key verification error, all following login attempts using the ssh-key seem successful. I added a 3 second wait timer immediately following the transmit of the key as a possible solution to this issue.

DylanAKing commented 3 years ago

small Update to issue error occurs before the attempted a fix with a "sleep 3" command