#sshconfiguration — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #sshconfiguration, aggregated by home.social.
-
Your `.ssh/config` probably wants to start with
```
ForwardAgent yes
HashKnownHosts no
IdentitiesOnly yes
```If you are a sophisticated SSH user, this is fine. If you don't even have an SSH config, or if you randomly SSH into previously unknown machines using username/password, then this is not for you.
-
Securing SSH access is critical for protecting your server from unauthorized access. By combining Two-Factor Authentication (2FA) with IPv6-only connections, you add multiple layers of security.
https://linuxexpert.org/enhancing-server-security-with-2fa-and-ipv6-only-ssh-access/
#2FA #TwoFactorAuthentication #SSH #IPv6 #ServerSecurity #SSHKeyAuthentication #OTP #GoogleAuthenticator #PAM #Firewall #Iptables #UFW #Linux #ServerAdministration #Cybersecurity #NetworkSecurity #IPv6Only #SSHConfiguration #EnhancedSecurity #ServerProtection #linux
-
Securing SSH access is critical for protecting your server from unauthorized access. By combining Two-Factor Authentication (2FA) with IPv6-only connections, you add multiple layers of security.
https://linuxexpert.org/enhancing-server-security-with-2fa-and-ipv6-only-ssh-access/
#2FA #TwoFactorAuthentication #SSH #IPv6 #ServerSecurity #SSHKeyAuthentication #OTP #GoogleAuthenticator #PAM #Firewall #Iptables #UFW #Linux #ServerAdministration #Cybersecurity #NetworkSecurity #IPv6Only #SSHConfiguration #EnhancedSecurity #ServerProtection #linux