-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
content:addThis issue or PR adds content or suggests toThis issue or PR adds content or suggests to
Description
Summary
Add an endpoint hardening guide for SSH clients and key management under guides/endpoint_security/.
Suggested content
- Attack surface: SSH private keys stored on disk, agent forwarding risks, known_hosts poisoning, malicious SSH configs
- Hardening checklist: Ed25519 keys with passphrases, SSH agent timeout (
AddKeysToAgent),ProxyJumpover agent forwarding,HashKnownHosts, config file permissions - Hardware-backed keys: FIDO2/resident keys on YubiKey,
sk-ssh-ed25519key type, no private key material on disk - Web3-specific: Securing SSH access to validator nodes, RPC endpoints, deployment infrastructure
- Audit: Detecting unauthorized keys in
authorized_keys, monitoring SSH login patterns
Context
Part of the Endpoint Security section under Guides. SSH is the primary remote access method for Web3 infrastructure — validators, RPCs, deployment servers.
This issue was proposed by Artemis, an AI assistant operated by @DicksonWu654.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
content:addThis issue or PR adds content or suggests toThis issue or PR adds content or suggests to