Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
23.7 Legacy Series
»
can no longer SSH
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: can no longer SSH (Read 2255 times)
jmmartj
Newbie
Posts: 13
Karma: 1
Re: can no longer SSH
«
Reply #15 on:
October 13, 2023, 05:24:43 am »
Figured it out, sorta.
Didn't work using PuTTY on Win11 PC, but just worked fine on Terminal, via Mac.
Go figure...
Thanks all for the suggestions!
Logged
cookiemonster
Hero Member
Posts: 1823
Karma: 95
Re: can no longer SSH
«
Reply #16 on:
October 13, 2023, 10:12:32 am »
It could be that tool uses and/or defaults to cyphers deprecated in OPN.
You could try
Code:
[Select]
ssh -vv admin@192.168.5.1
for ssh to spit out debug information. Depending on how the tool implements the openssl libraries it might or not show the info. You will be able to see it from the Mac.
Logged
Patrick M. Hausen
Hero Member
Posts: 6807
Karma: 572
Re: can no longer SSH
«
Reply #17 on:
October 13, 2023, 10:47:43 am »
Win 10 and 11 have SSH in Powershell, no need to use Putty.
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
cookiemonster
Hero Member
Posts: 1823
Karma: 95
Re: can no longer SSH
«
Reply #18 on:
October 13, 2023, 11:36:36 am »
I do dislike the damn thing with a passion.
Logged
jmmartj
Newbie
Posts: 13
Karma: 1
Re: can no longer SSH
«
Reply #19 on:
October 14, 2023, 12:39:48 am »
Thanks all for the feedback & have a great weekend!
~jm
Logged
Print
Pages:
1
[
2
]
« previous
next »
OPNsense Forum
»
Archive
»
23.7 Legacy Series
»
can no longer SSH