Fedora LiveCD default username and password

The default username and password setting for Fedora LiveCD is:

Login: “liveuser”
Password: “” [yes, it’s blank]

If you need to remote login into the machine running the LiveCD you have first to start sshd and set new password for the liveuser:

Start sshd.service:

[root@localhost ~]# systemctl start sshd.service

Set new password for liveuser:

[root@localhost ~]# passwd liveuser

This works well on the Fedora 20 Xfce livecd…