Hi folks,
Can anyone tell me the file / edit location to disable the login/password prompt at boot? We are configuring some machines to be administered remotely and headless.
Thanks, KC
Thanks,
Been trying this, but not gettting anywhere. sshd_config, I was able to disable authentication login from sleep.
Editing initab and commenting out the last line blew my install. NOOBBB
Any other ideas? On install I tried to provide zero password but was denied.
KC On 5/20/14, 4:29 PM, m.roth@5-cent.us wrote:
Karalyn Capone wrote:
Hi folks,
Can anyone tell me the file / edit location to disable the login/password prompt at boot? We are configuring some machines to be administered remotely and headless.
/etc/ssh/sshd_config, for one.
mark
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Karalyn Capone wrote:
Thanks,
Been trying this, but not gettting anywhere. sshd_config, I was able to disable authentication login from sleep.
Editing initab and commenting out the last line blew my install. NOOBBB
Any other ideas? On install I tried to provide zero password but was denied.
Clarify, please: do you want to deny *all* logins at the console (a bad idea), or just root login from anywhere?
mark
KC On 5/20/14, 4:29 PM, m.roth@5-cent.us wrote:
Karalyn Capone wrote:
Hi folks,
Can anyone tell me the file / edit location to disable the login/password prompt at boot? We are configuring some machines to be administered remotely and headless.
/etc/ssh/sshd_config, for one.
mark
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Karalyn Capone wrote:
Hi folks,
Can anyone tell me the file / edit location to disable the login/password prompt at boot? We are configuring some machines to be administered remotely and headless.
Curious why login/password needs to be disabled for remote admin.. ?
You could have a 'blank' root password by editing the /etc/shadow and removing the password hash in the root entry.
ie:
change first line from: root:$1$/Pf93ewQ7p$CkblarG3W5hWDZ2hXnBUn/:15530:0:99999:7::: to root::15530:0:99999:7:::
Then, logging in as root and <enter> for password.
Only if security is not a concern though.
______________________________________________________________________ If life gives you lemons, keep them-- because hey.. free lemons. "♥ Sticker" fixer: Heart Fixer!
Heart Fixer! Annoyed by those: I my poodle or I my pit bull stickers? Look no further! Now you can make it right! Just slap one of these over the ! Then: becomes:... View on microflush.org Preview by Yahoo
inittab to comment out all six ttys, at your own peril of course.
On Tue, May 20, 2014 at 4:26 PM, Karalyn Capone kcapone@haivision.comwrote:
Hi folks,
Can anyone tell me the file / edit location to disable the login/password prompt at boot? We are configuring some machines to be administered remotely and headless.
Thanks, KC _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 05/20/2014 11:26 PM, Karalyn Capone wrote:
Hi folks,
Can anyone tell me the file / edit location to disable the login/password prompt at boot? We are configuring some machines to be administered remotely and headless.
Thanks, KC
remove the screen? disabling any and all console login sounds like a bad idea
Not disable the screen. I just want the machine to log in on boot automatically.
Thanks, Karalyn
Sent from my iPhone
On May 20, 2014, at 5:54 PM, Nicolas Thierry-Mieg Nicolas.Thierry-Mieg@imag.fr wrote:
On 05/20/2014 11:26 PM, Karalyn Capone wrote: Hi folks,
Can anyone tell me the file / edit location to disable the login/password prompt at boot? We are configuring some machines to be administered remotely and headless.
Thanks, KC
remove the screen? disabling any and all console login sounds like a bad idea _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 5/20/2014 6:59 PM, Karalyn Capone wrote:
Not disable the screen. I just want the machine to log in on boot automatically.
huh? linux boots up and runs all services without any console log on. This isn't MS Windows.
anything you want running automatically, put it in a service script in /etc/rc.d/init.d and symlinked to appropriate run level directories via chkconfig servicename on
or put it in /etc/rc.local although that method is rather deprecated.
On Wed, May 21, 2014 at 2:18 PM, John R Pierce pierce@hogranch.com wrote:
On 5/20/2014 6:59 PM, Karalyn Capone wrote:
Not disable the screen. I just want the machine to log in on boot
automatically.
huh? linux boots up and runs all services without any console log on. This isn't MS Windows.
anything you want running automatically, put it in a service script in /etc/rc.d/init.d and symlinked to appropriate run level directories via chkconfig servicename on
or put it in /etc/rc.local although that method is rather deprecated.
Hi, from reading this thread I am beginning to think that the OP has a Desktop type install and wants people to be able to be logged in as a specific user without entering a password.
If I am correct does the advice at the bottom of this page may work https://www.centos.org/forums/viewtopic.php?t=5625
I haven't tested this myself :)
On 5/20/2014 9:51 PM, Clint Dilks wrote:
Hi, from reading this thread I am beginning to think that the OP has a Desktop type install and wants people to be able to be logged in as a specific user without entering a password.
but he said its headless, and will be remote administered, so the idea of a default logon is baffling to me.
most of my servers have remote console boards in them, ipmi or whatever, but I only use those when I'm installing the OS, or repairing a problem. I don't start the GUI, so they sit at a text mode logon prompt.
On 5/20/2014 11:51 PM, Clint Dilks wrote:
On Wed, May 21, 2014 at 2:18 PM, John R Pierce pierce@hogranch.com wrote:
On 5/20/2014 6:59 PM, Karalyn Capone wrote:
Not disable the screen. I just want the machine to log in on boot
automatically.
huh? linux boots up and runs all services without any console log on. This isn't MS Windows.
anything you want running automatically, put it in a service script in /etc/rc.d/init.d and symlinked to appropriate run level directories via chkconfig servicename on
or put it in /etc/rc.local although that method is rather deprecated.
I can think of a time/place where you would NOT want people to have to log in. You are setting up either virtualized sessions or a standalone kiosk where you want people to be able to go specific locations/websites But not have to log on.
For instance, you have a kiosk, not connected to the internet, and you want people to be able to view your standalone web pages Another instance, is a business center where you want people to be able to surf specific web pages, you set up a user with no password who goes straight to the webpage or java app and has very restricted access (even having the whole thing on a read only filesystem...except for logs
Hi, from reading this thread I am beginning to think that the OP has a Desktop type install and wants people to be able to be logged in as a specific user without entering a password.
If I am correct does the advice at the bottom of this page may work https://www.centos.org/forums/viewtopic.php?t=5625
I haven't tested this myself :) _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 5/21/2014 8:00 AM, Dan Hyatt wrote:
I can think of a time/place where you would NOT want people to have to log in. You are setting up either virtualized sessions or a standalone kiosk where you want people to be able to go specific locations/websites But not have to log on.
For instance, you have a kiosk, not connected to the internet, and you want people to be able to view your standalone web pages Another instance, is a business center where you want people to be able to surf specific web pages, you set up a user with no password who goes straight to the webpage or java app and has very restricted access (even having the whole thing on a read only filesystem...except for logs
none of those are headless.
anything you want running automatically, put it in a service script in /etc/rc.d/init.d and symlinked to appropriate run level directories via chkconfig servicename on
or put it in /etc/rc.local although that method is rather deprecated.
I guess I'm an artifact :)
I use /etc/rc.local.<machinename> and chkconfig level 99 to start my "local" scripts... Guess some old habits don't die very well :)
As far as local logins, yes don't disable it and use a strong password.
For remote logins, I use 4096 bit encryption, disable root and password logins and use 4096 bit rsa_keys to login as a local user. Then su to root to do what I need to. I love looking at the logs and seeing the foolish saps who keep trying brute force password attacks :)
For backups I use rsync and give the local user su rights to it.
Hopefully some of this helps...
Richard
--- Richard Zimmerman Systems / Network Administrator River Bend Hose Specialty, Inc. 1111 S Main Street South Bend, IN 46601-3337 (574) 233-1133 (574) 280-7284 Fax
On 5/20/14 9:59 PM, "Karalyn Capone" kcapone@haivision.com wrote:
Not disable the screen. I just want the machine to log in on boot automatically.
I think we're all still confused.
If it's going to be headless and remotely administered, why do you want it to login automatically on the console?
--- Mike VanHorn Senior Computer Systems Administrator College of Engineering and Computer Science Wright State University 265 Russ Engineering Center 937-775-5157 michael.vanhorn@wright.edu http://www.cecs.wright.edu/~mvanhorn/
You know I have a couple machines I use that might fit that description. They autologin to gnome and autostart firefox pointed at say, a cacti page.
When I need to change the url, I update the script that launches Firefox, and and restart X, all over ssh. There's no keyboard or mouse on the remote machine, but there is a monitor. I don't know that I'd call it headless. But it's definitely remotely administered, and still has a screen enabled.
What a fun guessing game.
On Wed, May 21, 2014 at 2:52 PM, Vanhorn, Mike michael.vanhorn@wright.eduwrote:
On 5/20/14 9:59 PM, "Karalyn Capone" kcapone@haivision.com wrote:
Not disable the screen. I just want the machine to log in on boot automatically.
I think we're all still confused.
If it's going to be headless and remotely administered, why do you want it to login automatically on the console?
Mike VanHorn Senior Computer Systems Administrator College of Engineering and Computer Science Wright State University 265 Russ Engineering Center 937-775-5157 michael.vanhorn@wright.edu http://www.cecs.wright.edu/~mvanhorn/
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 05/21/2014 04:01 PM, Billy Crook wrote:
You know I have a couple machines I use that might fit that description. They autologin to gnome and autostart firefox pointed at say, a cacti page.
When I need to change the url, I update the script that launches Firefox, and and restart X, all over ssh. There's no keyboard or mouse on the remote machine, but there is a monitor. I don't know that I'd call it headless. But it's definitely remotely administered, and still has a screen enabled.
What a fun guessing game.
I'd call that kiosk mode:-)
On Wed, May 21, 2014 at 2:52 PM, Vanhorn, Mike michael.vanhorn@wright.eduwrote:
On 5/20/14 9:59 PM, "Karalyn Capone" kcapone@haivision.com wrote:
Not disable the screen. I just want the machine to log in on boot automatically.
I think we're all still confused.
If it's going to be headless and remotely administered, why do you want it to login automatically on the console?
Mike VanHorn Senior Computer Systems Administrator College of Engineering and Computer Science Wright State University 265 Russ Engineering Center 937-775-5157 michael.vanhorn@wright.edu http://www.cecs.wright.edu/~mvanhorn/
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Wed, May 21, 2014 at 3:07 PM, Steve Clark sclark@netwolves.com wrote:
On 05/21/2014 04:01 PM, Billy Crook wrote:
You know I have a couple machines I use that might fit that description. They autologin to gnome and autostart firefox pointed at say, a cacti
page.
When I need to change the url, I update the script that launches Firefox, and and restart X, all over ssh. There's no keyboard or mouse on the remote machine, but there is a monitor. I don't know that I'd call it headless. But it's definitely remotely administered, and still has a screen enabled.
What a fun guessing game.
I'd call that kiosk mode:-)
That's how I hostnamed them anyway. But after more thinking they're more like digital signage than a kiosk.
The things you interact with to print boarding passes at the airports are kiosks. self checkout at a store is kiosk. The things that search for stores and give you directions at a large mall are kiosks. Kiosks interact with humans who do not have (or want) OS logon credentials.
Instead, these things are only displaying information and do not interact. There's got to be a better term for that than digital signage.
On 05/21/2014 04:13 PM, Billy Crook wrote:
On Wed, May 21, 2014 at 3:07 PM, Steve Clark sclark@netwolves.com wrote:
On 05/21/2014 04:01 PM, Billy Crook wrote:
You know I have a couple machines I use that might fit that description. They autologin to gnome and autostart firefox pointed at say, a cacti
page.
When I need to change the url, I update the script that launches Firefox, and and restart X, all over ssh. There's no keyboard or mouse on the remote machine, but there is a monitor. I don't know that I'd call it headless. But it's definitely remotely administered, and still has a screen enabled.
What a fun guessing game.
I'd call that kiosk mode:-)
That's how I hostnamed them anyway. But after more thinking they're more like digital signage than a kiosk.
The things you interact with to print boarding passes at the airports are kiosks. self checkout at a store is kiosk. The things that search for stores and give you directions at a large mall are kiosks. Kiosks interact with humans who do not have (or want) OS logon credentials.
Instead, these things are only displaying information and do not interact. There's got to be a better term for that than digital signage.
Yep, I can agree with that.
Am 20.05.2014 um 23:26 schrieb Karalyn Capone kcapone@haivision.com:
Can anyone tell me the file / edit location to disable the login/password prompt at boot? We are configuring some machines to be administered remotely and headless.
despite the semantic behind this (for EL6!):
grep ACTIVE_CONSOLES /etc/sysconfig/init
-- LF