Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 28:17:59 |
Calls: | 286 |
Calls today: | 1 |
Files: | 899 |
Messages: | 76,600 |
Hey all. Is there any trick to getting SSH working on WWIV (latest)
under Ubuntu 24.04? I can't seem to connect even though ports are open
and SSH port is set in wwivconfig...
Cheers,
aLPHA
RE: Re: SSH w/WWIV Linux
BY: J0hnny A1pha #1 @127
Hey all. Is there any trick to getting SSH working on WWIV (latest) under Ubuntu 24.04? I can't seem to connect even though ports
are open
and SSH port is set in wwivconfig...
Cheers,
aLPHA
Are you running/starting the wwivd service? It's what handles SSH and connections. What ports have you configured for SSH?
"sudo systemctl status wwivd"
it should show a status of "started"
You generaly should not use the default port of 22 for SSH. as it will conflict with the default sshd service. Usually you will use a secondary port like 2323 or 2222, and forward those ports via your router. Accept
22 from internet and forward it to port 2222 (or whatever) on your
internal network.
Thank you, turned out to be something head-smacking, but logical:
I blanked out the sysop PW for some reason in wwivconfig. So, I added a password in, deleted the data/wwiv.key, did a 'systemctl restart' and viola! working.
Thanks for the triage, Dotel!
jA