David Myers
David Myers
If you wish to turn the system on which you're running `./algo` into an AlgoVPN, enter `localhost` at this prompt: ``` Enter the IP address of your server: (or use...
@tamsky Since @kstenerud mentioned setting up a new VPS first it sounded like maybe it wasn't his intention to install remotely over SSH. I'm still able to install to a...
My previous test was with Vultr, but Lightsail works for me as well. Here's how I'm testing: 1. Create a new Ubuntu Server 20.04 VPS 2. SSH to the VPS...
Can you still SSH into the system after Algo has failed?
Very interesting. Quoting the man page: > IdentitiesOnly Specifies that ssh(1) should only use the configured authentication identity and certificate files (either the default files, or those explicitly configured in...
> This definitely depends on what your expectations are surrounding the word "default". *My* expectations are irrelevant, we're talking about OpenSSH. From the man page for `ssh` on macOS: >...
Are you using IPsec or WireGuard clients? For WireGuard the `reduce_mtu` option only reduces the MTU on the client side (look in the config files that were generated). There should...
I don't know of a more accurate way to test your ISP MTU than ping without using a VPN. It's easy to change the MTU of a WireGuard client right...
This is definitely a client issue rather than an Algo issue, but it would be good to document the solution if we can figure it out.
I don't have a way to test this, but it might work: ``` #!/bin/sh # # Install this script as: /lib/systemd/system-sleep/wireguard # Make it executable: chmod 755 /lib/systemd/system-sleep/wireguard # case...