Skip to content

Commit 96d286c

Browse files
committed
convert tabs to spaces
1 parent 1d55826 commit 96d286c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Set up a secure config for OpenSSH Server >= 6.5. This playbook extends your ssh
1515
```
1616
Host *
1717
HashKnownHosts yes
18-
PasswordAuthentication no
19-
PubkeyAuthentication yes
20-
ChallengeResponseAuthentication no
18+
PasswordAuthentication no
19+
PubkeyAuthentication yes
20+
ChallengeResponseAuthentication no
2121
HostKeyAlgorithms [email protected],[email protected],ssh-ed25519,ssh-rsa,[email protected],[email protected],[email protected],ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256
22-
KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256
23-
Ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr
24-
22+
KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256
23+
Ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr
24+
2525
```
2626

2727
alias for legacy connections: `alias ssh_ignore="ssh -F /dev/null"`

0 commit comments

Comments
 (0)