sshpiper/libplugin
Russell Ballestrini 56577b727e Add accept_any_key option to accept any SSH key and pass fingerprint
New YAML config option: accept_any_key: true
- Accepts any public key without verification against authorized_keys
- Still passes the client's key fingerprint in the upstream username
- Format: fp:FINGERPRINT.originaluser
- Useful for proxying to apps that identify users by SSH key fingerprint
2025-12-21 09:05:05 -05:00
..
ioconn all: run gofumpt (#652) 2025-08-29 20:04:31 -07:00
skel Add accept_any_key option to accept any SSH key and pass fingerprint 2025-12-21 09:05:05 -05:00
doc.go libplugin 2022-07-04 16:49:50 +00:00
plugin.pb.go fix typos, re-run protoc (#686) 2025-12-04 12:58:56 -08:00
plugin.proto introduce uri for flexable upstream conn (#615) 2025-06-30 15:18:57 -07:00
plugin_ext.go introduce uri for flexable upstream conn (#615) 2025-06-30 15:18:57 -07:00
plugin_ext_test.go introduce uri for flexable upstream conn (#615) 2025-06-30 15:18:57 -07:00
plugin_grpc.pb.go fix typos, re-run protoc (#686) 2025-12-04 12:58:56 -08:00
pluginbase.go all: run gofumpt (#652) 2025-08-29 20:04:31 -07:00
template.go Make the log formatter configurable (#371) 2024-05-08 15:11:18 -07:00
util.go extract skel into its own package (#596) 2025-05-23 12:42:44 -07:00