Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Jun 25, 2016
1 parent 3d6e953 commit d154140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/creds/ssh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d154140

Please sign in to comment.