/srv/irclogs.ubuntu.com/2020/08/05/#ubuntu-server.txt

kinghatmy server booted into emergency mode for reasons and when i hit enter it gave me root. is that normal or is that a security issue?02:50
mybalzitchthats why you don't let untrusted people have console access to your server02:51
mybalzitch100% normal on a default install02:51
kinghatok just making sure. i didnt know if i should report it or not. thanks for the head up. this is just a basement home server. the only thing that untrusted down there is the sump pump.02:53
sarnoldkinghat: it depends; if you set a root password, you'll be prompted for it. if you didn't set a root password, you won't be prompted for it.02:53
sarnoldkinghat: anyone at the console can simple add "init=/bin/bash" or "init=/usr/bin/bash" and get instaroot without prompting anyway02:54
kinghatnah i only set the user account password when i install iirc. i did set passwordless login for ssh though 😁02:55
sarnoldhopefully thats passwordless because you use keys, and not passwordless because it's now even worse than telnet :)02:56
kinghatya because im using keys02:56
kinghatso the only way to not give root at the console is to set a password for root?02:57
sarnoldI think it's a bunch of steps: (a) set the master and operator passwords on your bios (b) use secure boot on the bios (c) lock the bios to booting just grub (d) set a password on grub to prevent changing the command line (e) use a full-disk encryption system to make sure the drive can't be used without supplying a decryption key03:00
kinghatoh ya duh. if they are at the console they can probably just take the drive if they wanted.03:01
kinghatthanks for the schooling 🙏03:04
=== umask078 is now known as umask077
iceyjamespage: would you be available to review https://code.launchpad.net/~chris.macnaughton/ubuntu/+source/openvswitch/+git/openvswitch/+merge/387852 ?10:06
jamespageicey: merged11:24
jamespagedoing 2.13.1 alongside that so will upload later11:24
icey:-D11:25
=== kedar is now known as kedar_apte
=== kedar is now known as kedar_apte
DelemasI realize this is an archaeology question at this point but I'm trying to figure out why an openssh 7.2p2 server, despite being able to generate them, refuses to understand newer hostkey formats ex. ed25519 and ecdsa. Anyone know why?14:12
DelemasThis is on 16.0414:12
sdezielDelemas: got some logs and sshd_config to share ?14:14
sdeziel16.04 isn't yet in the archaeology realm ... had you said 8.04 maybe ;)14:15
Delemassdeziel, basically I'm trying to figure out what 16.04 based openssh-server 1:7.2p2-4ubuntu2.10 is giving this is in ssh -v connection to it: debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>14:24
Delemasother than setting the hostkeys there isn't anything in the configuration which should be restricted that.14:25
Delemasrestricting that...14:25
Delemasugh language skills may be broken today... lol14:26
sdezielDelemas: please share the sshd_config14:35
rangergordif I'm setting up multiple systems by cloning a working Ubuntu Server disk then writing that disk image to another system, are there anythings in particular I should modify to avoid issues from having these machines on the same LAN? I know about /etc/hostname (which isn't an issue) and IP conflicts, what other concerns are there?15:52
sdezielrangergord: you'll want to "rm -f /etc/ssh/ssh_host_*key*" at least15:56
sdezielIIRC, those are created on demand if missing15:56
sdezielhmm, they are not created on demand with Bionic, so add "ssh-keygen -A" to your first run script15:58
rangergordAllright, thanks16:10
=== misuto3 is now known as misuto

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!