My previously fine working ssh login now results in a "Operation not permitted" error after getting a connection accepted. I can't think of anything I changed except for restarting the server, so what could have gone wrong?
Here's the relevant log:
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
Operation not permitted
debug1: channel 0: free: client-session, nchannels 1
Connection to horst closed.

scpfrom the client? – Jari Laamanen Sep 6 '12 at 11:42.profile,.bashrcand.bash_profile, to no avail. Access to the home directory is possible (via telnet, it's a NAS). Things worked fine until I rebooted, so I assume I screwed up something insshd_config, but I can't remember having changed anything there... – Tobias Kienzler Sep 6 '12 at 13:46scpfrom the client fails with "Operation not permitted" as well. I'm afraid a truly "local"sshis not possible since this is an NAS, and now the only way to access it is via some telnet exploit... – Tobias Kienzler Sep 6 '12 at 13:48sftponly? If yes, you might take a look at forum.buffalo.nas-central.org/viewtopic.php?f=71&t=22588 – Jari Laamanen Sep 6 '12 at 14:12