Activity
Merge remote-tracking branch 'origin/main' into plugins
Merge remote-tracking branch 'origin/main' into plugins
add workflow_dispatch to workflow events
add workflow_dispatch to workflow events
client: add warning when -no-pkce is set
client: add warning when -no-pkce is set
OIDC: fix PKCE random verifier generation
OIDC: fix PKCE random verifier generation
Update auth/interface.go
Update auth/interface.go
Update auth/plugins/pubkey_authentication/client/privkey_auth.go
Update auth/plugins/pubkey_authentication/client/privkey_auth.go
add doc comments in plugins' plugins.go
add doc comments in plugins' plugins.go
reformat comments in plugins' interface.go
reformat comments in plugins' interface.go
GetAuthMethodsFunc -> GetClientAuthMethodsFunc
GetAuthMethodsFunc -> GetClientAuthMethodsFunc
remove pubkey auth from server's base code and retrieve it from plugins
remove pubkey auth from server's base code and retrieve it from plugins
separate client and server key-based auth packages
separate client and server key-based auth packages
avoid nil map from being returned by GetConfigForHost
avoid nil map from being returned by GetConfigForHost
use the pubkey_authentication plugin by default in the ssh3 client
use the pubkey_authentication plugin by default in the ssh3 client
use plugins to perform priv/pubkey based auth and remove key-based au…
use plugins to perform priv/pubkey based auth and remove key-based au…
add the missing pieces to execute client-based plugins
add the missing pieces to execute client-based plugins
Force push
add the missing pieces to execute client-based plugins
add the missing pieces to execute client-based plugins
fix log formatting in ssh3 client
fix log formatting in ssh3 client
add missing client/config
add missing client/config
struct Options -> struct Config
struct Options -> struct Config
add client pluggable config options
add client pluggable config options
move auth/openid_connect.go in its own package
move auth/openid_connect.go in its own package