79353737

Date: 2025-01-14 00:33:37
Score: 1
Natty:
Report link

For me the issue was actually related to ssh-agent

ensure the ssh-agent is running by running

systemctl --user status ssh-agent.service 

If the service is inactive or disabled you can run

systemctl --user start ssh-agent.service                                                                        
systemctl --user enable ssh-agent.service

or simply

systemctl enable ssh-agent --now

Cheers!

Reasons:
  • Blacklisted phrase (1): Cheers
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alephпτ1