wip: seems to pass our test (openssh parses and modifies)

This commit is contained in:
AJ ONeal 2018-12-09 23:35:53 -07:00
parent 16ad97d445
commit afdd93b267
1 changed files with 20 additions and 0 deletions

20
test.sh Executable file
View File

@ -0,0 +1,20 @@
#!/bin/bash
set -e
# creates a new key
#ssh-keygen -t rsa -b 2048 -C root@localhost -N '' -f fixtures/privkey-rsa-2048.openssh.pem.3
# changes embedded comment and creates new random dummy checksum
ssh-keygen -c -C root@localhost -f fixtures/privkey-ec-p256.openssh.pem
ssh-keygen -c -C root@localhost -f fixtures/privkey-ec-p256.openssh.pem.2
ssh-keygen -c -C root@localhost -f fixtures/privkey-rsa-2048.openssh.pem
ssh-keygen -c -C root@localhost -f fixtures/privkey-rsa-2048.openssh.pem.2
# convert to public key
ssh-keygen -y -f fixtures/privkey-ec-p256.openssh.pem
ssh-keygen -y -f fixtures/privkey-ec-p256.openssh.pem.2
ssh-keygen -y -f fixtures/privkey-rsa-2048.openssh.pem
ssh-keygen -y -f fixtures/privkey-rsa-2048.openssh.pem.2
#ssh-keygen -y -f fixtures/privkey-ec-p256.openssh.pem
#ssh-keygen -e -m PKCS8 -f fixtures/privkey-ec-p256.openssh.pem
#ssh-keygen -e -m RFC4716 -f fixtures/privkey-ec-p256.openssh.pem