Discussion:
What is causing operation not permitted?
(too old to reply)
Maurice R Volaski
2016-01-25 17:29:57 UTC
Permalink
Since upgrading my funtoo box with openssh-7.1_p2, I am able to login (as maurice) but am getting the following output in the terminal

initgroups maurice 20: Operation not permitted
ssh_keysign: no reply
key_sign failed


This is what the debug log shows:
debug2: userauth_hostbased: chost ussflux.fios-router.home.
debug2: ssh_keysign called
debug3: ssh_msg_send: type 2
debug3: ssh_msg_recv entering
debug1: permanently_drop_suid: 501
initgroups maurice 20: Operation not permitted
ssh_keysign: no reply
key_sign failed
debug2: we did not send a packet, disable method
Jakub Jelen
2016-01-26 07:06:22 UTC
Permalink
Post by Maurice R Volaski
Since upgrading my funtoo box with openssh-7.1_p2, I am able to login (as maurice) but am getting the following output in the terminal
initgroups maurice 20: Operation not permitted
ssh_keysign: no reply
key_sign failed
debug2: userauth_hostbased: chost ussflux.fios-router.home.
You are using HostBased authentication to the host? It is not enabled by
default. You added to your ssh_config HostbasedAuthentication yes?
From which version did you update?
Post by Maurice R Volaski
debug2: we did not send a packet, disable method
Probably you are authenticating using different method since this one
fails. Or did you authenticate using this one before?
--
Jakub Jelen
Security Technologies
Red Hat
Continue reading on narkive:
Loading...