We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70dd51 commit 60c46f7Copy full SHA for 60c46f7
test/verify/check-shell-keys
@@ -208,7 +208,7 @@ session optional pam_ssh_add.so
208
"verify/files/ssh/id_ed25519",
209
"verify/files/ssh/id_ed25519.pub"
210
], "/home/admin/.ssh/")
211
- m.execute("chmod 600 /home/admin/.ssh/*")
+ m.execute("chmod 600 /home/admin/.ssh/id_*")
212
m.execute("chown -R admin:admin /home/admin/.ssh")
213
214
self.login_and_go()
0 commit comments