Timeline for problem sftp connection with rsa keys
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 3, 2020 at 16:33 | answer | added | jeremyk | timeline score: 0 | |
| Jan 3, 2020 at 16:16 | comment | added | MoonHorse | i have added the sshd_config file as well to the question. | |
| Jan 3, 2020 at 16:15 | history | edited | MoonHorse | CC BY-SA 4.0 |
added 18 characters in body
|
| Jan 2, 2020 at 15:38 | history | edited | MoonHorse | CC BY-SA 4.0 |
added 269 characters in body
|
| Dec 24, 2019 at 21:09 | history | edited | MoonHorse | CC BY-SA 4.0 |
updated content
|
| Dec 24, 2019 at 14:30 | comment | added | MoonHorse | /var/log/secure log file doesn't show much. Dec 24 15:22:56 myserver sshd[26545]: Connection closed by 10.9.212.8 | |
| Dec 23, 2019 at 15:03 | comment | added | MoonHorse | SELinux is disabled. | |
| S Dec 23, 2019 at 14:59 | history | suggested | SouravGhosh | CC BY-SA 4.0 |
minor formatting
|
| Dec 23, 2019 at 14:43 | review | Suggested edits | |||
| S Dec 23, 2019 at 14:59 | |||||
| Dec 23, 2019 at 9:49 | comment | added | telcoM |
Look at the server's /var/log/secure log file for error messages logged when this user attempts to log in. There should be a message describing exactly why sshd is rejecting the authentication. Also, RHEL 6 has SELinux enabled by default: run getenforce to check. If it responds enforcing and a user has their home directory in a non-default location, you may need to manually set appropriate SELinux labels to that user's home directory (user_home_dir_t) and its parent directory (home_root_t).
|
|
| Dec 23, 2019 at 9:25 | history | edited | MoonHorse | CC BY-SA 4.0 |
added 162 characters in body
|
| Dec 22, 2019 at 22:27 | history | asked | MoonHorse | CC BY-SA 4.0 |