diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-03-04 19:38:34 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-03-04 19:38:34 +0800 |
commit | 129c4403622479e7b3d8363b8bbce16010bf3b5c (patch) | |
tree | 11779fba84a67e3bc14006a83631f6ed1cd943be | |
parent | abee8093b3f029ea154b81e729b4a523dcfdb56e (diff) |
add a dictionary for fuzzer-pubkey
-rw-r--r-- | fuzzer-pubkey.dict | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fuzzer-pubkey.dict b/fuzzer-pubkey.dict new file mode 100644 index 0000000..daf12cf --- /dev/null +++ b/fuzzer-pubkey.dict @@ -0,0 +1,12 @@ +"ssh-rsa" +"ssh-dss" +"ecdsa-sha2-nistp256" +"ecdsa-sha2-nistp384" +"ecdsa-sha2-nistp521" +"no-port-forwarding" +"no-port-forwarding" +"no-agent-forwarding" +"no-X11-forwarding" +"no-pty" +"command=\"" +"#" |