update test
This commit is contained in:
parent
bcc503596f
commit
c54e91c5c3
10
test.sh
10
test.sh
@ -5,16 +5,18 @@ set -e
|
|||||||
#ssh-keygen -t rsa -b 2048 -C root@localhost -N '' -f fixtures/privkey-rsa-2048.openssh.pem.3
|
#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
|
# changes embedded comment and creates new random dummy checksum
|
||||||
|
#ssh-keygen -c -C root@localhost -f privkey-ec-p256.openssh.pem
|
||||||
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
|
||||||
ssh-keygen -c -C root@localhost -f fixtures/privkey-ec-p256.openssh.pem.2
|
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
|
||||||
ssh-keygen -c -C root@localhost -f fixtures/privkey-rsa-2048.openssh.pem.2
|
#ssh-keygen -c -C root@localhost -f fixtures/privkey-rsa-2048.openssh.pem.2
|
||||||
|
|
||||||
# convert to public key
|
# convert to public key
|
||||||
|
#ssh-keygen -y -f privkey-ec-p256.openssh.pem
|
||||||
ssh-keygen -y -f fixtures/privkey-ec-p256.openssh.pem
|
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-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
|
||||||
ssh-keygen -y -f fixtures/privkey-rsa-2048.openssh.pem.2
|
#ssh-keygen -y -f fixtures/privkey-rsa-2048.openssh.pem.2
|
||||||
#ssh-keygen -y -f fixtures/privkey-ec-p256.openssh.pem
|
#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 PKCS8 -f fixtures/privkey-ec-p256.openssh.pem
|
||||||
#ssh-keygen -e -m RFC4716 -f fixtures/privkey-ec-p256.openssh.pem
|
#ssh-keygen -e -m RFC4716 -f fixtures/privkey-ec-p256.openssh.pem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user