I'm trying to build a private apt repository using reprepro. I managed to get password-less SSH login after creating a SSH key chain. I can successful login to the repository if I SSH into it.
On the client machine I added the repository in the apt sources list like:
deb ssh://repo@192.168.60.128:/home/repo/repos/apt/ubuntu xenial main
But when I try to use apt-get update, I still need to enter the password otherwise it won't proceed. It only shows:
100% [Connecting to repo@192.168.60.128]
Is there a way that apt can use my key get access to the repository without entering a password?