53GB

Debian Core – Autologin (Check description for new commands)



Debian Core – Autologin (Check description for new commands)

Debian 8 – Jessie (New Version)
##########################################
mkdir -p /etc/systemd/system/getty@tty1.service.d/
nano /etc/systemd/system/getty@tty1.service.d/autologin.conf

# Add The lines below – Replace ‘sean’ with your username

[Service]
ExecStart=
ExecStart=-/sbin/agetty –autologin sean –noclear %I 38400 linux”

Debian 7 – Wheezy (Old Version) – Shown in the video
##########################################
Autologin as root in Debian Core (No GUI) and remove the login information that shows at the top.

touch ~/.hushlogin
touch /home/User/.hushlogin
nano /etc/inittab

change tty1 to: “1:2345:respawn:/sbin/getty tty1 –autologin sean”

User name is at the end. (sean)

Exit mobile version