Changes between Version 5 and Version 6 of FAQ


Ignore:
Timestamp:
Nov 25, 2009, 2:42:01 AM (14 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v5 v6  
    1515Try looking at https://bugzilla.novell.com/show_bug.cgi?id=557158
    1616
     17=== I'm unable to log with ssh to the root account on Fedora 12 ===
     18
     19Please ensure that sshd is running in your VM by default
     20and that it allows remote root login:
     21{{{
     22# grep PermitRootLogin /etc/ssh/sshd_config
     23PermitRootLogin yes
     24}}}
     25Also check no SElinux is preventing you to access authorized keys. try
     26{{{
     27# chcon -Rt home_ssh_t ~/.ssh
     28}}}
    1729== Competition ==
    1830