Password Less SSH between postgres and barman users in WSL2 - Not Working

  • Thread starter Thread starter kamal a1
  • Start date Start date
K

kamal a1

Guest
HelloI have Installed Windows Subsystem for Linux on a windows 10 Pro machine. I have installed two software packages in itPostgreSQL database packages for which "postgres" is the user 2)Barman Packages for which "barman" is the user.I'm trying to establish "password less SSH authentication" between the "postgres" and "barman" users within WSL2 on my Windows 10 Pro machine. I've followed these steps:Generated SSH keys (4096 bits) for both users using ssh-keygen -t rsa -b 4096.Copied the public key of "postgres" to the authorized_keys file of the "barman" user at /var/lib/barman/.ssh/authorized

Continue reading...
 
Back
Top