Twitter Feed: Post

Twitter Feed

@bradfitz ("Brad Fitzpatrick") wrote:

I wanted my home VMs' consoles to have password-less root logins (as it adds no security but frustration), but found something even better:

services.getty.autologinUser = "root";

(agetty --autologin root)

Why didn't I do this year ago?