forked from lug/matterbridge
Update vendor (#1297)
This commit is contained in:
1
vendor/github.com/shazow/ssh-chat/sshd/auth.go
generated
vendored
1
vendor/github.com/shazow/ssh-chat/sshd/auth.go
generated
vendored
@@ -19,6 +19,7 @@ type Auth interface {
|
||||
}
|
||||
|
||||
// MakeAuth makes an ssh.ServerConfig which performs authentication against an Auth implementation.
|
||||
// TODO: Switch to using ssh.AuthMethod instead?
|
||||
func MakeAuth(auth Auth) *ssh.ServerConfig {
|
||||
config := ssh.ServerConfig{
|
||||
NoClientAuth: false,
|
||||
|
||||
Reference in New Issue
Block a user