Skip to content

Commit

Permalink
ssh/IdentificationString: show "Lukko" in protocol version exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Jul 23, 2024
1 parent 7fbcdfb commit a73f866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cm4all-lukko (0.26) unstable; urgency=low

* listener: send TOO_MANY_CONNECTIONS if max_connections_per_ip is
exceeded
* ssh: show "Lukko" in protocol version exchange

--

Expand Down
2 changes: 1 addition & 1 deletion src/ssh/IdentificationString.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace SSH {
/**
* This software's identification string according to RFC 4253 4.2
*/
static constexpr std::string_view IDENTIFICATION_STRING = "SSH-2.0-CM4all_" VERSION " CM4all\r\n";
static constexpr std::string_view IDENTIFICATION_STRING = "SSH-2.0-Lukko_" VERSION " CM4all\r\n";

} // namespace SSH

0 comments on commit a73f866

Please sign in to comment.