mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
try to improve ssh
This commit is contained in:
parent
58fc6372c3
commit
a5f48a6f55
1 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,10 @@ dotfiles__additional_user_bashrc_lines:
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# legacy, maybe used
|
||||
|
||||
# some ssh role parameters
|
||||
|
@ -97,3 +101,8 @@ print_os_vars: true
|
|||
install_pass_as_password_manager: true
|
||||
extra_bashrc: "alias dd='dd bs=4M status=progress oflag=dsync'"
|
||||
temporarily_disable_screensaver: false
|
||||
|
||||
sshd__key_types:
|
||||
- 'ed25519'
|
||||
- 'rsa'
|
||||
- 'ecdsa'
|
||||
|
|
Loading…
Reference in a new issue