This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
ca_manager
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
2
Releases
0
Wiki
Activity
Browse Source
fix ssh ca_private_key variable
master
Andrea Cimbalo
8 years ago
parent
116c158e3c
commit
ba396793de
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/ssh.py
+ 1
- 1
models/ssh.py
View File
@ -99,7 +99,7 @@ class SSHAuthority(Authority):
pub_key_path
=
request
.
destination
ca_private_key
=
request
.
cert_destination
ca_private_key
=
self
.
path
if
type
(
request
)
==
UserSSHRequest
:
login_names
=
[
request
.
user_name
,
]
Write
Preview
Loading…
Cancel
Save