k6jwn
February 15, 2023, 6:35am
21
That doesn’t look right… which document did you find that in?
Just for giggles, I tried it and it failed:
nessenj@nessenj-laptop:~$ ssh repeater@192.168.5.9:222
ssh: Could not resolve hostname 192.168.5.9:222: Name or service not known
Jim, K6JWN
Mike
February 15, 2023, 1:02pm
22
@Charles , have you edited your /etc/ssh/sshd_config and allowed root login ?
PermitRootLogin yes
Of course you need root privileges to edit the file (sedo or su)\
After saving the edit
systemcontrol restart ssh
edit:
while you are in there, verify the port number used and change as needed before you save/exit.
Charles
February 16, 2023, 12:35pm
23
Hi Mike, I finally got my node working okay. Thanks for asking.
1 Like
Are you using powershell on windows?
Your prompt looks like linux, which it would not work on linux.
This would be the correct command on a linux terminal for port 222
ssh repeater@192.168.5.9 -p 222