Skip to content

Commit

Permalink
updated docs for SSH_KEY_FILENAME
Browse files Browse the repository at this point in the history
  • Loading branch information
bretth committed Nov 19, 2010
1 parent e050840 commit dbc11fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/settings.rst
Expand Up @@ -17,7 +17,10 @@ Django settings.py. They are all optional.
HOST_USER = ''
#Since password login will normally be disabled you can define it here
#for just ssh key security per host
HOST_PASSWORD = ''
HOST_PASSWORD = ''
#As per fabric KEY_FILENAME option to specify a path to an ssh key to use
SSH_KEY_FILENAME = ''
#The first setup task is usually disabling the default root account and changing the ssh port.
ROOT_USER = 'root', #optional - mostly the default administrative account is root
Expand Down

0 comments on commit dbc11fd

Please sign in to comment.