##// END OF EJS Templates
ssh: rollback temp changes as it creates even more problems with cross drive linking
super-admin -
r4840:01f10166 default
parent child Browse files
Show More
@@ -53,7 +53,7 b' def _generate_ssh_authorized_keys_file('
53
53
54 authorized_keys_file_path = os.path.abspath(
54 authorized_keys_file_path = os.path.abspath(
55 os.path.expanduser(authorized_keys_file_path))
55 os.path.expanduser(authorized_keys_file_path))
56 tmp_file_dir = tempfile.gettempdir()
56 tmp_file_dir = os.path.dirname(authorized_keys_file_path)
57
57
58 all_active_keys = get_all_active_keys()
58 all_active_keys = get_all_active_keys()
59
59
General Comments 0
You need to be logged in to leave comments. Login now