[00:03] that depends on your configuration [00:08] lunatiq, what people used to do was set the shell for the ftp-only users to nologin so they couldn't log in (via ssh or any other way.) [00:13] rfm can I just add AllowUsers root [00:13] to etc/ssh/sshd_config [00:19] some FTP servers can use virtual users also [00:19] so then you don't need them to be system users [00:20] allowing root to login directly is usually not a good idea [00:21] JanC but would that limit it to just root? [00:21] also, SSH can deny users based on what group they are (not) in and such [00:21] That's my question [00:23] or should I use AllowGroups root [00:23] better limit it to the non-root user who's an admin (who has sudo rights to become root) [00:24] I don't want to do that. [00:24] ? [00:24] I'm asking a question. [00:24] can I just add AllowUsers root [00:24] or should I use AllowGroups root [00:28] it should work, yes, but that would require PermitRootLogin to be enabled too (preferably with prohibit-password & using using keys to authenticate) [00:31] JanC which would be better? AllowUsers or AllowGroups ? [00:31] better would be to use neither with root IMO [06:49] lunatiq: https://termbin.com/dmpw [06:49] This is how to define groups for sftp access, in a chroot, without giving ssh access [06:56] when I SFTP it seems to use /usr/lib/openssh/sftp-server [06:57] can I install vsFTP too? [07:03] Yep I have to [07:07] can you have multiple local_root with vsFTP [07:13] I guess that would be stupid [07:13] :s === justReddy is now known as justache [11:51] help! somehow I've messed up my server netplan config. kimsufi set me in rescue mode but now I have no idea what to do to fix netplan or anything else that might be needed [11:52] I've already done `mount /dev/sda3 /mnt/ [11:53] and chroot /mnt/ [12:27] meh.. decided to reinstall the whole thing [13:57] postgresql-common migrated (now pointing to 15. I will follow-up with final rebuilds and pg-14 removal request from lunar soon. [13:57] Cc sergiodj [14:44] i am on ubuntu server with kvm running 3 guest 1 guest is firewall and another guest is linux/windows how do configure guest linux to get ip address from firewall/dhcp server [14:50] how 1 virtual guest talk to other virtual guest [15:54] athos: thanks === ahasenack_ is now known as ahasenack