FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
03-06-2023 04:27 PM
I have already copied key to the ssh-keygen-copy-id-bat but it still does not work and I have to type in password every time i make ssh connection through visual code
Solved! Go to Solution.
03-07-2023 07:54 AM
Hi,
you probably don't have a key pair on your host PC, so the ssh-keygen-copy-id.bat script can't copy any public key to your App Build Environment. So you have to create the key pair on your host PC first.
ssh-keygen -t rsa
If you want to learn more about the SSH public key authentication see: https://www.ssh.com/academy/ssh/public-key-authentication
Best regards,
Nick