Uberflussig

joined 10 months ago
[–] [email protected] 3 points 1 month ago

Exactly my answer, what a banger of a song on a top notch album.

[–] [email protected] 10 points 1 month ago

Fuck me, I'm crylaughing at this

[–] [email protected] 1 points 3 months ago

So, this is set somewhere in your config files, I think. Maybe try:

grep -r SSH_AUTH_SOCK /etc
grep -r SSH_AUTH_SOCK ~/.*

Just to see where it's being set.

[–] [email protected] 1 points 3 months ago (2 children)

What happens if you do:

unset  SSH_AUTH_SOCK

And then try to connect?

[–] [email protected] 1 points 3 months ago (4 children)

Can you post the result of the env command as well? It sounds like your config is very minimal, but the fact that it's looking for a local Unix socket in the strace output is weird.