Skip to content

Commit 115e0e5

Browse files
committed
Updated documentation
Updated documentation on disabling key management.
1 parent 992a942 commit 115e0e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Managing SSH Keys
8181
------
8282
By default KeyBox will overwrite all values in the specified authorized_keys file for a system. You can disable key management by editing KeyBoxConfig.properties file and use KeyBox only as a bastion host. This file is located in the jetty/keybox/WEB-INF/classes directory. (or the src/main/resources directory if building from source)
8383

84-
#enable key management --set to false to disable
84+
#set to false to disable key management. If false, the KeyBox public key will be appended to the authorized_keys file (instead of it being overwritten completely).
8585
keyManagementEnabled=false
8686

8787
Also, the authorized_keys file is updated/refreshed periodically based on the relationships defined in the application. If key management is enabled the refresh interval can be specified in the KeyBoxConfig.properties file.

src/main/resources/KeyBoxConfig.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ websocketTimeout=0
2828
agentForwarding=false
2929
#enable two-factor authentication
3030
enableOTP=true
31-
#enable key management
31+
#set to false to disable key management. If false, the KeyBox public key will be appended to the authorized_keys file (instead of it being overwritten completely).
3232
keyManagementEnabled=true
3333
#set to true to generate keys when added/managed by users and enforce strong passphrases set to false to allow users to set their own public key
3434
forceUserKeyGeneration=true

0 commit comments

Comments
 (0)