avoid => system changes file permissions
Hello,
I have the problem, that ssh only accepts connections with restricted user permissions. The System always change the file to this permissions:
-rw-rw-rw- 1 qGit everyone 559 Feb 11 09:58 authorized_keys
But I need:
-rw------- 1 qGit everyone 559 Feb 11 09:58 authorized_keys
How can I avoid that the system changes the permission again to -rw-rw-rw-? Better the system should never change permissions for the whole directory ("home ...
more ...Statistics : 1 Post || 13 Views
Post by
nauni1977