Difference between revisions of "OpenSSH"

Jump to navigation Jump to search
389 bytes added ,  11:55, 28 April 2023
Added Cisco Switch options and link
(First save minimla details about blocking password auth)
 
(Added Cisco Switch options and link)
Line 6: Line 6:
KbdInteractiveAuthentication no
KbdInteractiveAuthentication no
</nowiki>
</nowiki>
== [[Cisco Switches|Cisco Switch]] options ==
Set these options in $HOME/.ssh/config to be able to ssh onto Cisco switches. Shown where "switch" is the DNS hostname for the switch in question. If you aren't using DNS use an IP address here.
<nowiki>
Host switch
    KexAlgorithms +diffie-hellman-group1-sha1
    HostkeyAlgorithms +ssh-rsa
    Ciphers +3des-cbc
    ForwardX11 no</nowiki>

Navigation menu