Skip to content

Commit

Permalink
Remove sessionHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Padilla committed Jul 30, 2021
1 parent af3e6ac commit 6cf8348
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ func NewServer(port int, keyPath string, mw ...middleware.Middleware) (*Server,
return s, nil
}

func (srv *Server) sessionHandler(s ssh.Session) {
}

func (srv *Server) authHandler(ctx ssh.Context, key ssh.PublicKey) bool {
return true
}
Expand Down

0 comments on commit 6cf8348

Please sign in to comment.