Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debian 8 (Live-CD) what is the standard login and password? [closed]

Tags:

debian

I downloaded debian-live-8.1.0-amd64-standard.iso

When I try to enter in live mode. Debian ask me for a login and password.

I try with root/toor but it dont work.

Anyone knows whats happend?

like image 680
CodeCaballero Avatar asked Jun 15 '15 09:06

CodeCaballero


People also ask

What is the default username and password for Debian?

There is no default account / password in Debian. If no password was provided, no root account is enabled and the password of the first user created will be used for administration tasks. Therefore you should log using the user you have created during the installation setup.

What is the default password for user in Linux?

To answer the literal question: no, there is no default password. Usually by default an account will have an "invalid" password, that is, a password hash that will not be matched by any password at all.

What is the default root password for Debian 9?

If you haven't set a root password while installing Debian 9 Stretch, then root password by default won't be set. But sudo should be configured for your ordinary user.


2 Answers

Although this is an old question, I had the same question when using the Standard console version. The answer can be found in the Debian Live manual under the section 10.1 Customizing the live user. It says:

It is also possible to change the default username "user" and the default password "live".

I tried the username user and password live and it did work. If you want to run commands as root you can preface each command with sudo

like image 149
Michael Petch Avatar answered Oct 22 '22 08:10

Michael Petch


I am using Debian 8 live off a USB. I was locked out of the system after 10 min of inactivity. The password that was required to log back in to the system for the user was:

login : Debian Live User password : live 

I hope this helps

like image 40
snsa00 Avatar answered Oct 22 '22 09:10

snsa00