Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fleshgrinder/openssh-configuration
My personal secure sshd configuration.
https://github.com/fleshgrinder/openssh-configuration
Last synced: 24 days ago
JSON representation
My personal secure sshd configuration.
- Host: GitHub
- URL: https://github.com/fleshgrinder/openssh-configuration
- Owner: Fleshgrinder
- License: unlicense
- Created: 2012-08-22T15:37:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-12T19:46:19.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T06:46:47.488Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenSSH Configuration
Personal OpenSSH configuration template, you may use it as a start point to create your own.```sh
rm -rf /etc/ssh
git clone https://github.com/Fleshgrinder/openssh-configuration.git /etc/ssh
cd /etc/ssh
./gen-moduli
./gen-host-keys
./create-group
./create-user fleshgrinder
service ssh restart # Debian / Ubuntu
service sshd restart # CentOS / RHEL / Fedora / Redhat
/etc/rc.d/sshd restart # FreeBSD
kill -HUP `cat /var/run/sshd.pid` # UNIX
```## Weblinks
- stribika: [Secure Secure Shell](https://stribika.github.io/2015/01/04/secure-secure-shell.html)## License
> This is free and unencumbered software released into the public domain.
>
> For more information, please refer to