We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dde7f32 + 980e817 commit 914e82eCopy full SHA for 914e82e
files/run.sh
@@ -17,8 +17,8 @@ chmod 400 ~/.ssh/current_id_rsa
17
chmod 400 ~/.ssh/previous_id_rsa
18
eval $(ssh-agent)
19
ssh-add ~/.ssh/current_id_rsa ~/.ssh/previous_id_rsa
20
-ssh-keygen -l -f ~/.ssh/current_id_rsa > ~/.ssh/current_id_rsa.pub
21
-ssh-keygen -l -f ~/.ssh/previous_id_rsa > ~/.ssh/previous_id_rsa.pub
+ssh-keygen -y -f ~/.ssh/current_id_rsa > ~/.ssh/current_id_rsa.pub
+ssh-keygen -y -f ~/.ssh/previous_id_rsa > ~/.ssh/previous_id_rsa.pub
22
23
# aws s3 cp --region ${region} s3://${bucket}/files/python-xmltodict-0.9.0-1.el7.noarch.rpm python-xmltodict-0.9.0-1.el7.noarch.rpm
24
# rpm -i /tmp/python-xmltodict-0.9.0-1.el7.noarch.rpm
0 commit comments