Disable password prompt upon startup in Ubuntu Server

c 2

Currently, each time I restart my Ubuntu Server, it's prompting for a login password. How do I disable this feature so that I when I restart my Ubuntu server, it doesn't require me to enter credentials?

Version: Ubuntu 12.04.2 LTS

Leo

Is not a secure procedure and you are not going to obtain anything with it (the processes are started before login), but well, these are the steps:

To enable automatic login in Ubuntu server we need to edit the tty1 configuration file. To open this file up in nano use the following command:

sudo nano /etc/init/tty1.conf

The very last line in this file should start with an exec command. Delete this line and replace it with the following:

exec /bin/login -f USERNAME < /dev/tty1 > /dev/tty1 2>&1

Note that you need to change USERNAME to the username of the user that you want to be automatically logged in. Once you reboot your system you should be automatically logged in.

Source: http://nixgeeks.com/how-to-enable-automatic-login-in-ubuntu-server/

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Ubuntu – disable password prompt on local login

From Dev

Windows 10 password prompt not showing on startup

From Dev

How do disable user list on login screen? (Prompt for username and password) Ubuntu 15.10

From Dev

How do disable user list on login screen? (Prompt for username and password) Ubuntu 15.10

From Dev

Disable MySQL startup in Ubuntu 10.04

From Dev

how to disable save password prompt in chrome

From Dev

Enable/Disable OS X Screensaver Password Prompt

From Dev

KDE: Disable password prompt after resume

From Dev

Disable feedback when typing password at a sudo prompt

From Dev

How to disable password prompt while mounting partitions?

From Dev

How to disable master password window on netbeans startup?

From Dev

Why does the "password" prompt take forever when I SSH into my Ubuntu 9.05 server?

From Dev

how to access ubuntu-touch using openssh server ? getting login prompt, not accepting password

From Dev

disable the use of ubuntu at night with an password

From Dev

How to automatically start Kafka upon system startup in Ubuntu?

From Dev

Dropbox disappears from Startup Applications upon reboot in Ubuntu 16.04

From Dev

Dual Boot - Ubuntu 9.10, 10.04 - /home Cannot Be Initialized Upon Startup

From Dev

ubuntu drop to root shell prompt asks for password

From Dev

Disable atd (and other unnecessary startup processes) in Ubuntu?

From Dev

How to disable Plank application on Ubuntu startup

From Dev

Git Windows Disable password prompt UI but get password prompt from shell

From Dev

Customizing Ubuntu Server Startup Message

From Dev

How to disable Chrome's saved password prompt setting through JavaScript

From Dev

How to disable password prompt from ssh client side?

From Dev

Execute a command upon startup

From Dev

Disable SSH password on Ubuntu virtual machine

From Dev

Jetty 8 Server Startup using only Command Prompt

From Dev

Jetty 8 Server Startup using only Command Prompt

From Dev

Reset Ubuntu server password remotely

Related Related

  1. 1

    Ubuntu – disable password prompt on local login

  2. 2

    Windows 10 password prompt not showing on startup

  3. 3

    How do disable user list on login screen? (Prompt for username and password) Ubuntu 15.10

  4. 4

    How do disable user list on login screen? (Prompt for username and password) Ubuntu 15.10

  5. 5

    Disable MySQL startup in Ubuntu 10.04

  6. 6

    how to disable save password prompt in chrome

  7. 7

    Enable/Disable OS X Screensaver Password Prompt

  8. 8

    KDE: Disable password prompt after resume

  9. 9

    Disable feedback when typing password at a sudo prompt

  10. 10

    How to disable password prompt while mounting partitions?

  11. 11

    How to disable master password window on netbeans startup?

  12. 12

    Why does the "password" prompt take forever when I SSH into my Ubuntu 9.05 server?

  13. 13

    how to access ubuntu-touch using openssh server ? getting login prompt, not accepting password

  14. 14

    disable the use of ubuntu at night with an password

  15. 15

    How to automatically start Kafka upon system startup in Ubuntu?

  16. 16

    Dropbox disappears from Startup Applications upon reboot in Ubuntu 16.04

  17. 17

    Dual Boot - Ubuntu 9.10, 10.04 - /home Cannot Be Initialized Upon Startup

  18. 18

    ubuntu drop to root shell prompt asks for password

  19. 19

    Disable atd (and other unnecessary startup processes) in Ubuntu?

  20. 20

    How to disable Plank application on Ubuntu startup

  21. 21

    Git Windows Disable password prompt UI but get password prompt from shell

  22. 22

    Customizing Ubuntu Server Startup Message

  23. 23

    How to disable Chrome's saved password prompt setting through JavaScript

  24. 24

    How to disable password prompt from ssh client side?

  25. 25

    Execute a command upon startup

  26. 26

    Disable SSH password on Ubuntu virtual machine

  27. 27

    Jetty 8 Server Startup using only Command Prompt

  28. 28

    Jetty 8 Server Startup using only Command Prompt

  29. 29

    Reset Ubuntu server password remotely

HotTag

Archive