| name | remote-access-setup |
| description | Easy SSH server configuration for remote development.
Set up secure remote access in minutes.
Use when: ssh server, remote access, sshd config, remote development
|
Remote Access Setup v1.2.0
Configure SSH for secure remote development access.
Features
- Secure sshd_config templates
- Key-only authentication
- Fail2ban integration
- Port knocking setup
- VPN integration
- Monitoring and alerting
Architecture
remote-access-setup/
├── SKILL.md
└── scripts/
└── setup_ssh.sh # Core SSH configuration implementation
Installation
Configures SSH server with security best practices.
Configuration
ssh:
port: 22
permit_root: false
password_auth: false
key_auth: true
allowed_users:
- developer
security:
fail2ban: true
port_knocking: false
rate_limit: true
monitoring:
log_connections: true
alert_on_failed: