File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ func (s *Server) Start(host, port string) error {
135
135
func (s * Server ) StartContext (ctx context.Context , host , port string ) error {
136
136
s .Infof ("Fingerprint %s" , s .fingerprint )
137
137
if s .users .Len () > 0 {
138
- s .Infof ("User authenication enabled" )
138
+ s .Infof ("User authentication enabled" )
139
139
}
140
140
if s .reverseProxy != nil {
141
141
s .Infof ("Reverse proxy enabled" )
@@ -170,7 +170,7 @@ func (s *Server) GetFingerprint() string {
170
170
171
171
// authUser is responsible for validating the ssh user / password combination
172
172
func (s * Server ) authUser (c ssh.ConnMetadata , password []byte ) (* ssh.Permissions , error ) {
173
- // check if user authenication is enable and it not allow all
173
+ // check if user authentication is enabled and if not, allow all
174
174
if s .users .Len () == 0 {
175
175
return nil , nil
176
176
}
You can’t perform that action at this time.
0 commit comments