Projects STRLCPY reverse_ssh Commits d4505f8d
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/FUNDING.yml
     1 +# These are supported funding model platforms
     2 + 
     3 +ko_fi: nhasmakesthings
     4 + 
  • ■ ■ ■ ■ ■
    README.md
    skipped 395 lines
    396 396   
    397 397  Note the `/` before the starting character.
    398 398   
     399 +## Server started with `--insecure` still has `Failed to handshake`
     400 +
     401 +If the client binary was generated with the `link` command this client has the server public key fingerprint baked in by default. If you lose your server private key, the clients will no longer be able to connect.
     402 +You can also generate clients with `link --fingerprint <fingerprint here>` to specify a fingerprint, there isnt currently a way to disable this as per version 1.0.13.
     403 + 
    399 404  ## Foreground vs Background (Important note about clients)
    400 405   
    401 406  By default, clients will run in the background. When started they will execute a new background instance (thus forking a new child process) and then the parent process will exit. If the fork is successful the message "Ending parent" will be printed.
    skipped 3 lines
Please wait...
Page is in error, reload to recover