Changes between Version 5 and Version 6 of FAQ
- Timestamp:
- Nov 25, 2009, 2:42:01 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v5 v6 15 15 Try looking at https://bugzilla.novell.com/show_bug.cgi?id=557158 16 16 17 === I'm unable to log with ssh to the root account on Fedora 12 === 18 19 Please ensure that sshd is running in your VM by default 20 and that it allows remote root login: 21 {{{ 22 # grep PermitRootLogin /etc/ssh/sshd_config 23 PermitRootLogin yes 24 }}} 25 Also check no SElinux is preventing you to access authorized keys. try 26 {{{ 27 # chcon -Rt home_ssh_t ~/.ssh 28 }}} 17 29 == Competition == 18 30