Merge branch 'dev' into broken-pubkey-auth

This commit is contained in:
Greyson 2024-05-10 18:31:09 -04:00 committed by GitHub
commit ab7c0b00f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,6 @@ if (!serverKeyFile) throw new Error("Somehow failed to fetch the key file!");
const server: ssh2.Server = new ssh2.Server({
hostKeys: [serverKeyFile],
banner: "NextNet-LOM (c) NextNet project et al.",
});