Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
django-sshkey
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
35545a9f
authored
Jun 10, 2013
by
Scott Duckworth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix markdown errors in README.md
parent
ae973cd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
README.md
+9
-5
No files found.
README.md
View file @
35545a9f
...
...
@@ -41,9 +41,9 @@ In all cases it is recommended and/or required that the command specified with
AuthorizedKeysCommand be a shell script that is owned by and only writable by
root which invokes one of the commands below:
1.
Using lookup.sh
##
Using lookup.sh
Usage: lookup.sh URL
[
USERNAME
]
*Usage: lookup.sh URL [USERNAME]*
URL should be the full URL to /sshkey/lookup on your Django web server running
the sshkey app.
...
...
@@ -59,16 +59,20 @@ curl, are found in $PATH.
This is generally the fastest method.
2.
Using lookup.py
## Using lookup.py
*Usage: lookup.py URL [USERNAME]*
Same as above, but it's all written in Python and doesn't rely on external
commands.
The parent directory of the sshkey app must be in PYTHONPATH.
This is generally the second fastest method.
3.
Using manage.py sshkey
\_
authorized
\_
keys
\_
command
##
Using manage.py sshkey\_authorized\_keys\_command
Usage: PATH
\_
TO
\_
DJANGO
\_
PROJECT/manage.py sshkey
\_
authorized
\_
keys
\_
command
[
USERNAME
]
*Usage: PATH\_TO\_DJANGO\_PROJECT/manage.py sshkey\_authorized\_keys\_command [USERNAME]*
Same semantics for USERNAME as above.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment