
On Thu, Nov 12, 2020 at 11:36:13AM +0800, Wu Fengguang wrote:
On Thu, Nov 12, 2020 at 11:31:22AM +0800, Luan Shengde wrote:
On Thu, Nov 12, 2020 at 11:22:47AM +0800, Wu Fengguang wrote:
On Thu, Nov 12, 2020 at 10:11:26AM +0800, Luan Shengde wrote:
add -r|--rsa-key option for answerback-email
pub key is not necessarily RSA.
How about --gen-ssh-pubkey
OK, I will fix it
Sorry, it's not only pubkey, but also private key. So --gen-sshkey
OK, I got it
+ 'my_ssh_pubkey' => nil, + 'my_jumper_pubkey' => false
Dont add my_jumper_pubkey. Should reuse my_ssh_pubkey. my_ssh_pubkey can be made an array, and it should be excluded from ES mapping.
yes, I will define my_ssh_pubkey as array to store pub-keys: - pub-key for login jumper - pub-key for login testbox
Good. We'll be able to distinguish the keys, since the hostname will be embeddedq in the end of pubkey line by default.
OK. Thanks, Luan Shengde
Thanks, Fengguang