informatique:logiciels:ssh
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
informatique:logiciels:ssh [2024/11/26 09:10] – [SSH Keepalive] pteu | informatique:logiciels:ssh [2025/04/20 16:34] (current) – [SSH Authentication Refused: bad ownership] pteu | ||
---|---|---|---|
Line 707: | Line 707: | ||
ClientAliveCountMax 2 | ClientAliveCountMax 2 | ||
</ | </ | ||
+ | |||
+ | =====SSH Authentication Refused: bad ownership===== | ||
+ | |||
+ | <code bash> | ||
+ | sshd [xxxxx] Authentication refused: bad ownership or modes for directory /home/user | ||
+ | </ | ||
+ | |||
+ | Ce message apparait dans les logs lorsque les dossiers ou fichiers SSH de l' | ||
+ | <code bash> | ||
+ | cd | ||
+ | chmod go-w ~ | ||
+ | chmod 700 ~/.ssh | ||
+ | chmod 600 ~/ | ||
+ | </ | ||
+ | |||
====== Liens ====== | ====== Liens ====== | ||
[[http:// | [[http:// |
informatique/logiciels/ssh.txt · Last modified: 2025/04/20 16:34 by pteu