Implement SSH Phase 9: Publickey authentication
- Add handle_publickey_auth() with authorized_keys verification - Support SSH_MSG_USERAUTH_PK_OK response (query phase) - Add base64 decoding for SSH public keys - Publickey auth now working: ssh, sftp, scp all support - Eliminates password requirement with authorized_keys setup
This commit is contained in:
1
data/authorized_keys
Normal file
1
data/authorized_keys
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGCVU6GkpEHDpyaMRX+Ihf18nb00M/sGW9uy03WmeGKp warren@accusys.com.tw
|
||||
Reference in New Issue
Block a user