Fedora 30
Trying to utilize a working entry in my ssh config and getting final secrets request failed to provide sufficient secrets I set to use ssh agent but the underlying ssh processes is never executed
I was going to debug assuming ssh is launched then fails - but straced from a wrapper to /usr/libexec/nm-ssh-service and the only exe* calls were
24214 <... execve resumed>) = 0
24214 execve("/sbin/modprobe", ["/sbin/modprobe", "tun"], 0x562786cb69e0 /* 10 vars */) = -1 EPERM (Operation not permitted)
if you dont actually execute ssh, how can you know that there are secrets missing?
Fedora 30
Trying to utilize a working entry in my ssh config and getting
final secrets request failed to provide sufficient secretsI set to use ssh agent but the underlyingsshprocesses is never executedI was going to debug assuming ssh is launched then fails - but straced from a wrapper to /usr/libexec/nm-ssh-service and the only
exe*calls wereif you dont actually execute ssh, how can you know that there are secrets missing?