Browse Source

SSH example

merge-requests/24/head
Steven Foerster 6 years ago
parent
commit
98034807e9
  1. 7
      README.md

7
README.md

@ -258,7 +258,12 @@ If Mistborn is installed via SSH then an iptables rule is added allowing externa @@ -258,7 +258,12 @@ If Mistborn is installed via SSH then an iptables rule is added allowing externa
SSH is permitted from any device connected to Mistborn by Wireguard.
Password authentication in enabled. Mistborn disables password authentication for root via SSH. Fail2ban blocks IPs with excessive failed login attempts.
Password authentication in enabled. Mistborn disables password authentication for root. Fail2ban blocks IPs with excessive failed login attempts.
You can SSH using the Mistborn domain when connected by Wireguard:
```
ssh user@home.mistborn
```
# Troubleshooting

Loading…
Cancel
Save