- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 07:03 AM
I was asked to only use ssh v2 on my cisco switch.If i use command show ip ssh it says version 1.99 and from what I read that means Im using ssh v1 and v2 so how do I disable ssh v1 and use only v2.
Solved! Go to Solution.
- Labels:
-
Security Management
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 07:41 AM
Sorry I think that got worked.It said invalid but if I use command show ip ssh it now shows ssh enabled - version 2.0 where it was showing 1.99.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 07:06 AM
@rehbejoh36 use the command "ip ssh version 2"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 07:16 AM
If I use command ip ssh version 2 it says invalid input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 07:18 AM
unknow command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 07:22 AM
@rehbejoh36 what model switch and which version of firmware?
3560-8(config)#ip ssh version 2
3560-8(config)#
3560-8(config)#do show ip ssh
SSH Enabled - version 2.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 07:24 AM
c2960x version 15.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 07:31 AM - edited 08-24-2022 07:37 AM
SSH version 2 is supported on that version. https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960x/software/15-2_7_e/b_1527e_consolidated_2960x_cg/secure_shell_version_2_support.html
Provide a screenshot of you configuring the command and the error.
What RSA key size have you configured? It needs to be greater than 768 bits for SSH version 2.
Use "crypto key generate rsa modulus 2048" and then run "ip ssh version 2".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 07:41 AM
Sorry I think that got worked.It said invalid but if I use command show ip ssh it now shows ssh enabled - version 2.0 where it was showing 1.99.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 08:09 AM
@rehbejoh36 there is only one command, you probably entered the command provided above wrong first time.
