Linux command
fzputtygen 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Generate SSH key
fzputtygen -t [rsa] -o [key.ppk]
Convert OpenSSH to
fzputtygen [key] -o [key.ppk]
Export public key
fzputtygen [key.ppk] -L
Convert PuTTY to
fzputtygen [key.ppk] -O private-openssh -o [key]
Change passphrase
fzputtygen [key.ppk] -P
说明
fzputtygen is FileZilla's key generator and converter based on PuTTYgen. It creates SSH keys and converts between PuTTY (.ppk) and OpenSSH formats. The tool generates RSA, DSA, ECDSA, and Ed25519 keys for SSH authentication. It handles format conversion needed when switching between PuTTY and OpenSSH clients. fzputtygen enables key management for FileZilla SFTP connections.
参数
- -t _TYPE_
- Key type: rsa, dsa, ecdsa, ed25519.
- -o _FILE_
- Output file.
- -O _FORMAT_
- Output format.
- -L
- Output public key.
- -P
- Change passphrase.
- --help
- Display help information.
FAQ
What is the fzputtygen command used for?
fzputtygen is FileZilla's key generator and converter based on PuTTYgen. It creates SSH keys and converts between PuTTY (.ppk) and OpenSSH formats. The tool generates RSA, DSA, ECDSA, and Ed25519 keys for SSH authentication. It handles format conversion needed when switching between PuTTY and OpenSSH clients. fzputtygen enables key management for FileZilla SFTP connections.
How do I run a basic fzputtygen example?
Run `fzputtygen -t [rsa] -o [key.ppk]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -t _TYPE_ do in fzputtygen?
Key type: rsa, dsa, ecdsa, ed25519.