diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2018-07-22 12:16:59 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-07-26 13:54:30 +1000 |
commit | 01c98d9661d0ed6156e8602b650f72eed9fc4d12 (patch) | |
tree | 57a2bc6cbc1a6e8d60ba79bb3a66f5cb0fa8dbfe /sshd.8 | |
parent | 472269f8fe19343971c2d08f504ab5cbb8234b33 (diff) |
upstream: Switch authorized_keys example from ssh-dss to ssh-rsa
since the former is no longer enabled by default. Pointed out by Daniel A.
Maierhofer, ok jmc
OpenBSD-Commit-ID: 6a196cef53d7524e0c9b58cdbc1b5609debaf8c7
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd.8,v 1.303 2018/06/19 05:36:57 jmc Exp $ | 36 | .\" $OpenBSD: sshd.8,v 1.304 2018/07/22 12:16:59 dtucker Exp $ |
37 | .Dd $Mdocdate: June 19 2018 $ | 37 | .Dd $Mdocdate: July 22 2018 $ |
38 | .Dt SSHD 8 | 38 | .Dt SSHD 8 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -644,11 +644,11 @@ An example authorized_keys file: | |||
644 | ssh-rsa AAAAB3Nza...LiPk== user@example.net | 644 | ssh-rsa AAAAB3Nza...LiPk== user@example.net |
645 | from="*.sales.example.net,!pc.sales.example.net" ssh-rsa | 645 | from="*.sales.example.net,!pc.sales.example.net" ssh-rsa |
646 | AAAAB2...19Q== john@example.net | 646 | AAAAB2...19Q== john@example.net |
647 | command="dump /home",no-pty,no-port-forwarding ssh-dss | 647 | command="dump /home",no-pty,no-port-forwarding ssh-rsa |
648 | AAAAC3...51R== example.net | 648 | AAAAC3...51R== example.net |
649 | permitopen="192.0.2.1:80",permitopen="192.0.2.2:25" ssh-dss | 649 | permitopen="192.0.2.1:80",permitopen="192.0.2.2:25" ssh-rsa |
650 | AAAAB5...21S== | 650 | AAAAB5...21S== |
651 | permitlisten="localhost:8080",permitopen="localhost:22000" ssh-dss | 651 | permitlisten="localhost:8080",permitopen="localhost:22000" ssh-rsa |
652 | AAAAB5...21S== | 652 | AAAAB5...21S== |
653 | tunnel="0",command="sh /etc/netstart tun0" ssh-rsa AAAA...== | 653 | tunnel="0",command="sh /etc/netstart tun0" ssh-rsa AAAA...== |
654 | jane@example.net | 654 | jane@example.net |