diff --git a/lib/creds/ssh/__init__.py b/lib/creds/ssh/__init__.py index 8d06ef7..567e4e2 100644 --- a/lib/creds/ssh/__init__.py +++ b/lib/creds/ssh/__init__.py @@ -31,3 +31,4 @@ def write_authorized_keys(user=None): with open(tmp_authorized_keys_path, mode='w+') as keys_file: keys_file.writelines(authorized_keys) execute_command(shlex.split(str('sudo cp {0} {1}'.format(tmp_authorized_keys_path, authorized_keys_path)))) + # TODO: Remove temp files \ No newline at end of file