Skip to content

Commit

Permalink
fix: remove ssh server version (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Mar 8, 2024
1 parent 8edb0a1 commit 3d2054d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wish.go
Expand Up @@ -18,8 +18,6 @@ type Middleware func(next ssh.Handler) ssh.Handler
// public key.
func NewServer(ops ...ssh.Option) (*ssh.Server, error) {
s := &ssh.Server{}
// Some sensible defaults
s.Version = "OpenSSH_7.6p1"
for _, op := range ops {
if err := s.SetOption(op); err != nil {
return nil, err
Expand Down

0 comments on commit 3d2054d

Please sign in to comment.