Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
improve login format
  • Loading branch information
benasse authored and gustavosbarreto committed Oct 3, 2022
1 parent 333f517 commit f9f643e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func NewServer(opts *Options, tunnel *httptunnel.Tunnel) *Server {
"direct-tcpip": gliderssh.DirectTCPIPHandler,
},
LocalPortForwardingCallback: gliderssh.LocalPortForwardingCallback(func(ctx gliderssh.Context, dhost string, dport uint32) bool {
log.Println("Accepted forward", dhost, dport)
log.Info("Accepted forward", dhost, dport)
return true
}),
}
Expand Down

0 comments on commit f9f643e

Please sign in to comment.