Jenkins cannot read /home/hudson/.ssh/id_rsa – Debian
I installed jenkins this way : https://linuxize.com/post/how-to-install-jenkins-on-debian-9/ Basically sudo apt install jenkins while logged as root I then created a hudson user and used ssh-keygen to generate a pair of keys. I then tried to use the public key in…