Search results

  1. vs2-free-users

    Solved Use DoT/DoH but keep UDP Port 53 free on Debian

    I think the easiest way for you is to bind the dns server to a lan ip and port. So you can UDP Port 53 inside your vpn .
  2. vs2-free-users

    The ULTIMATE Guide to Reasonable Security for your Debian/Ubuntu Linux Server for new Linux Admins

    Shutdown servers you don't need as an extension to @Aristarchus post.
  3. vs2-free-users

    The ULTIMATE Guide to Reasonable Security for your Debian/Ubuntu Linux Server for new Linux Admins

    bob446 for president :) . Can i be the second best :) .
  4. vs2-free-users

    Why Kali

    Movie based its the Distro of Mr. ROBOT .
  5. vs2-free-users

    which one

    Hi, if you are came from the World i think Linux Mint, LMDE or MX Linux is a good choise.
  6. vs2-free-users

    Debain Server hacked via SSH pw login / my pw in auth.log in clear found

    Hi, iam a fan of the classic ip(6)tables. root@12-u:~# iptables -L -n -v Chain INPUT (policy DROP 252K packets, 13M bytes) and this is only my vs2-free playground server.
  7. vs2-free-users

    [NEWS] European company releases serious alternative to ChatGPT

    I have tested gpt4all on my system but its no replacment for real chatbots. For easy questions it works but for more its currently no option.
  8. vs2-free-users

    The ULTIMATE Guide to Reasonable Security for your Debian/Ubuntu Linux Server for new Linux Admins

    I prefer the local version because here you can see witch program hold the port open.
  9. vs2-free-users

    [NEWS] European company releases serious alternative to ChatGPT

    The France-based company, Mistral , has recently released a first serious European chatbot named Le Chat. It is currently in the rollout process and is available for free. #Link https://chat.mistral.ai/chat #Sources...
  10. vs2-free-users

    Debain Server hacked via SSH pw login / my pw in auth.log in clear found

    Ins only a increasing counter in my firewall :) .
  11. vs2-free-users

    Debain Server hacked via SSH pw login / my pw in auth.log in clear found

    Its not realy security. But its mimimze the login scans on your server. Take a look on lastb or auth log. I have never seen a ipv6 here.
  12. vs2-free-users

    Debain Server hacked via SSH pw login / my pw in auth.log in clear found

    A As a simple trick if you have IPv6 on client and server you can limit the ssh to IPv6 only. The most port scanners doesn't use IPv6.
  13. vs2-free-users

    The ULTIMATE Guide to Reasonable Security for your Debian/Ubuntu Linux Server for new Linux Admins

    Action: Check open ports with running programms Reason: Sometimes service running that you dont want to have, and every service can be a security risk Steps: - Find the services using netstat netstat -tulpen - Stop and disable unwanted services systemctl stop [SERVICENAME] systemctl disable...
  14. vs2-free-users

    Debain Server hacked via SSH pw login / my pw in auth.log in clear found

    As an example webserver: Block all traffic from all ips Whitelist port 443 for all ips Disable ssh password, enable sshkey , add local passwort for your ssh key change the port of ssh to 50000 configure portknock to open port 50000 to the knocking ip if knock signal match So this is a good...
  15. vs2-free-users

    Debain Server hacked via SSH pw login / my pw in auth.log in clear found

    @f33dm3bits yes this is what i mean. As basic setup. ssh port changed to an other port. ssh only via key not via password. iptables blocking all ips and all traffic accept whitelist portknocking to open the ssh port for the knocking ip.
  16. vs2-free-users

    Debain Server hacked via SSH pw login / my pw in auth.log in clear found

    @blunix finaly its like thay say in the one hacker movie. NO SYSTEM IS SECURE. We can only try to make it as secure as its possible. On cubes os it possible to read your ram out if the hardware have failures or the kernel of the host.
  17. vs2-free-users

    Debain Server hacked via SSH pw login / my pw in auth.log in clear found

    @blunix the problem is after all. Wireguard uses a key too. So if a hacker want to f... your server he can try to crack your wireguard key. So finaly its nearly the same security if you are using ssh with key and without password. The port knocking is only to open the firewall.
  18. vs2-free-users

    Debain Server hacked via SSH pw login / my pw in auth.log in clear found

    I think this is the best solution too. Additional its a good idea to change the listen port of ssh.
  19. vs2-free-users

    make a phone call from desktop

    Hi, i used gnome calls in past. Pretty basic pretty simple. https://flathub.org/de/apps/org.gnome.Calls
  20. vs2-free-users

    Quick guide Debian Setting up wireguard on a server (wireguard-go)

    Today i have tested the configuration on my salixos at home. It works out of the box. I can configure it on the network manager. On the server side it require a little change. The line Endpoint = <Official IP Host>:51820 is not required for the client.
Top