Ssh configuration: Difference between revisions
Jump to navigation
Jump to search
imported>Jacob No edit summary |
imported>Jacob No edit summary |
||
| Line 1: | Line 1: | ||
<hr><p style="text align:left;"> | <hr> | ||
Return [[ | <p style="text align:left;">Return [[Build Custom Kernel]] | ||
<span style="float:right;"> | <span style="float:right;">Next [[Net-snmp configuration]]</span></p> | ||
Next [[Net-snmp configuration]] | <hr> | ||
</span></p><hr> | |||
Enable encrypted ssh authentication | Enable encrypted ssh authentication | ||
| Line 17: | Line 16: | ||
UsePAM no # << Changed to set ssh key authorization only | UsePAM no # << Changed to set ssh key authorization only | ||
<hr><p style="text align:left;"> | * [[post install actions]] | ||
Return [[Freebsd Knowledge Base]] | * [[Build Custom Kernel]] | ||
<span style="float:right;"> | * [[ssh configuration]] | ||
Next [[Net-snmp configuration]] | * [[net-snmp configuration]] | ||
</span></p> | * [[net-snmp user creation]] | ||
* [[OpenSSL Certificate Authority]] | |||
* [[NetAtalk setup]] | |||
* [[Poudriere setup]] | |||
<hr> | |||
<p style="text align:left;">Return [[Freebsd Knowledge Base]] | |||
<span style="float:right;">Next [[Net-snmp configuration]]</span></p> | |||
<hr> | <hr> | ||
Revision as of 11:57, 12 January 2020
Return Build Custom Kernel Next Net-snmp configuration
Enable encrypted ssh authentication
$ mkdir ~/.ssh $ chmod 700 ~/.ssh
Copy public keys from another host
$ vim ~/.ssh/authorized_keys
Force key authentication only
$ sudo vim /etc/ssh/sshd_config PermitRootLogin no # << Changed to prohibit root login over ssh PasswordAuthentication no # << This toggles the ssh key only authorization ChallengeResponseAuthentication no # changed to force key auth. only UsePAM no # << Changed to set ssh key authorization only
- post install actions
- Build Custom Kernel
- ssh configuration
- net-snmp configuration
- net-snmp user creation
- OpenSSL Certificate Authority
- NetAtalk setup
- Poudriere setup
Return Freebsd Knowledge Base Next Net-snmp configuration