SSH 密钥生成工具
使用 Web Crypto API 在浏览器中生成 Ed25519・RSA SSH 密钥并保存为 OpenSSH 格式的免费工具。
Key generation settings
Select
生成结果
Please register the public key to the connection destination and save the private key in a safe place where only the owner can read it.
- key format
- -
- fingerprint
- -
- signature test
- -
- Generation date and time
- -
Precautions for safe use
- Additional information for this feature.
- The generated private key is not encrypted with your passphrase. After saving, the OS privileges are readable only by the owner (e.g.
chmod 600). - Generating OpenSSH private keys with passphrases, loading existing keys, FIDO/U2F keys, certificates, and DSA keys are not supported.
- We recommend the latest versions of Chrome, Edge, Firefox, and Safari that support the Web Crypto API and Ed25519. If Ed25519 is not supported, please select RSA.
- Additional information for this feature.
ssh-keygenor organization-specified key management procedures.
关于此工具
You can create key pairs for SSH connections, Git repositories, and server management without any installation required.
支持的功能
- Ed25519, RSA 3072 bit・4096 bit
- OpenSSH public key/private key, SHA-256 fingerprint
- Key pair self-confirmation by signing and verifying immediately after generation
使用方法
- Set the key type, comment, and save file name.
- Generate an SSH key and check the fingerprint and self-verification results.
- Save the public key and private key, and register only the public key to the connection destination.
关于此工具
You can create public and private keys for SSH connections and Git repositories on your device without sending input or key data externally.
支持的功能
- Ed25519, RSA 3072 bit/4096 bit key pair generation
- OpenSSH public key/private key without encryption, SHA-256 fingerprint
- Copy
使用方法
- Set the key type, public key comment, and save file name.
- Generate an SSH key and check the fingerprint and self-verification results.
- Save the public key and private key, and register only the public key to the connection destination.
限制事项
- Save
- Loading existing keys, FIDO/U2F keys, SSH certificates, and DSA keys are not supported.
- For important production environments, prioritize the organization-specified key management procedures and ssh-keygen on the management terminal.
隐私: Key generation, format conversion, fingerprint calculation, and self-verification occur within the browser. This page does not load advertisements, access analysis, external APIs, or send key data externally.