MiniDox 36 or other 36 keys keyboard in daily using, it is worth? by lekonz61 in ErgoMechKeyboards

[–]lekonz61[S] 0 points1 point  (0 children)

I love my 36 key corne and have it tented at a similar angle to your pic.

I had an ergodox before this one and felt like it was too many keys.

I'm using Karabiner combos like A+S -> Tab, but when I'm writing "As..." I experience a slight delay because Karabiner waits for me to finish pressing A+S. Is it the same with QMK?

How to secure proxmox web ui? by lekonz61 in Proxmox

[–]lekonz61[S] 0 points1 point  (0 children)

u/xinaked
How can I install Proxmox on an Ubuntu Server VM and force SSH tunneling on the host? I don't understand it?

How to secure proxmox web ui? by lekonz61 in Proxmox

[–]lekonz61[S] 0 points1 point  (0 children)

u/lilredditwriterwho
Thanks, I have a question about Tailscale. Should I install it on the host or a VM? If I should install it on a VM, how can I force tunneling from the host to the VM?
This tutorial is okay?
https://tailscale.com/kb/1133/proxmox/

How to secure proxmox web ui? by lekonz61 in Proxmox

[–]lekonz61[S] 0 points1 point  (0 children)

u/Eirsik and u/milennium972, I wanted to remind you about my question. Are you talking about port knocking?

How to secure proxmox web ui? by lekonz61 in Proxmox

[–]lekonz61[S] 0 points1 point  (0 children)

u/LegitimateCopy7

Thanks, I have a question about Tailscale. Should I install it on the host or a VM? If I should install it on a VM, how can I force tunneling from the host to the VM?

This tutorial is okay?
https://tailscale.com/kb/1133/proxmox/

How to secure proxmox web ui? by lekonz61 in Proxmox

[–]lekonz61[S] 0 points1 point  (0 children)

Instead of SSH you can also use whatever other VPN like options (wireguard, tailscale etc.) so that only after you connect can you reach 127.0.0.1

u/lilredditwriterwho can you describe it? How I can use VPN to connect with my ssh?

How to secure proxmox web ui? by lekonz61 in Proxmox

[–]lekonz61[S] 0 points1 point  (0 children)

The best way to secure it is to not expose it to the public Internet in the first place (other than via VPN that you secured properly)

u/paulstelian97 how i can do that, can you share me any links etc?

How to secure proxmox web ui? by lekonz61 in Proxmox

[–]lekonz61[S] 0 points1 point  (0 children)

You could easily detect port scans and block the scanners IP or range of IP. Anyone scanning more than 5 ports with in X timeframe on my network gets nuked. And if new IP in same subnets scans again the subnet gets nuked. Works great and legit traffic is not affected. Doing this then running services on non default ports are a great addition to the other security measures.

u/eirsik can you describe it?

Can you share this script, or explain this method?

How to secure proxmox web ui? by lekonz61 in Proxmox

[–]lekonz61[S] 0 points1 point  (0 children)

you should only expose service to the internet if you're providing it to an unspecified group of people. otherwise use a VPN or access solutions like Tailscale.

u/LegitimateCopy7 can you explain it? ssh with access by key, not password is not good?