1
0
Fork 0
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:
L3D 2020-12-16 19:24:08 +01:00
parent 58fc6372c3
commit a5f48a6f55
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -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'