-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable option to modify SSHD Server Key visibility
Enable option to modify SSHD Server Key visibility CLOSE #28
- Loading branch information
Showing
4 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,6 +106,7 @@ There is also the ``l3d_users__ssh_login`` variable which only supports ``name`` | |
| ``l3d_users__sshd_manage_macs`` | ``true`` | Manage Used MACs | | ||
| ``l3d_users__sshd_macs`` | ``['[email protected]', '[email protected]', 'hmac-sha2-512']`` | Used MACs | | ||
| ``l3d_users__sshd_xforwarding`` |``true`` | Enable X-Forwarding | | ||
| ``l3d_users__server_key_mode`` | ``0600`` | Mode of SSHD Server keys in Filesystem | | ||
| ``l3d_users__bashrc`` | ``true`` | Configure bashrc | | ||
| ``l3d_users__root_bashrc`` | ``true`` | Set bashrc for root | | ||
| ``l3d_users__dotfiles__bash_completion_enabled`` | ``true`` | Enable bash completion | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ There is a third directory-variable called ``l3d_users__ssh_login: []`` which on | |
| ``l3d_users__sshd_manage_macs`` | ``true`` | Manage Used MACs | | ||
| ``l3d_users__sshd_macs`` | ``['[email protected]', '[email protected]', 'hmac-sha2-512']`` | Used MACs | | ||
| ``l3d_users__sshd_xforwarding`` |``true`` | Enable X-Forwarding | | ||
| ``l3d_users__server_key_mode`` | ``0600`` | Mode of server keys in Filesystem | | ||
| ``submodules_versioncheck`` | ``false`` | Optionaly enable simple versionscheck of this role | | ||
|
||
Example Playbook | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters