Skip to content

Implementation of host based authentication in golang as per RFC 4252 Section 9

Notifications You must be signed in to change notification settings

luizfeliperj/golang-auth-hostbased

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh host based authentication for Golang's golang.org/x/crypto/ssh

This is a patch to add a new ssh.AuthMethod called ssh.HostBased in order to provide host based authentication for golang's ssh client as provided by golang.org/x/crypto/ssh package.

This patch implements RFC 4252 Section 9 authenticatation with the server using the private host key of the client by signing the authentication request using OpenSSH's ssh-keysign, so it does require hostbased autentication up and running using OpenSSH clients.

This repository also provides a sample usage of this patch.

Learn more by visiting golang GitHub issue 68772.

About

Implementation of host based authentication in golang as per RFC 4252 Section 9

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published