mirror of
https://github.com/rancher/os.git
synced 2025-07-19 09:26:27 +00:00
make ssh happy with the key perms (again)
This commit is contained in:
parent
2603fd2ba9
commit
4886c8815c
@ -6,3 +6,5 @@ import pytest
|
||||
def chdir_to_project_root():
|
||||
os.chdir('../..')
|
||||
print('\nChdir to project root dir')
|
||||
os.chmod('./tests/integration/assets/test.key', 0o600)
|
||||
print('Also, `chmod 600 tests/integration/assets/test.key` to make ssh happy')
|
||||
|
Loading…
Reference in New Issue
Block a user