panel
panel copied to clipboard
Support for Private Key Passphrase in SSH Authentication
在提问之前 (Before Asking)
- [x] 我已经搜索了全部 Issues 和 Commits (I have searched all Issues and Commits)
- [x] 它们当中没有我将要提交的新功能 (None of them have new feature that I'm going to submit)
描述功能 (Describe Feature)
When using SSH key authentication, it should be possible to set a passphrase for the private key. For example, with the command:
ssh-keygen -t rsa -b 4096 -f ./id_rsa -N "your_password" -C "your_comment"
The private key ./id_rsa is encrypted with the passphrase your_password. This passphrase should be required when connecting via SSH using this key.
工作流程 (WorkFlow)
When using SSH key authentication, it should be possible to set a passphrase for the private key. For example, with the command:
ssh-keygen -t rsa -b 4096 -f ./id_rsa -N "your_password" -C "your_comment"
The private key ./id_rsa is encrypted with the passphrase your_password. This passphrase should be required when connecting via SSH using this key.
还有别的吗 (Anything Else)
No response