Would you not lose the ability to use ctrl-E to mount devices manually while running a simulation?
On Saturday, December 24, 2016 at 2:32:08 AM UTC-7, Tony wrote:Would you not lose the ability to use ctrl-E to mount devices manually while running a simulation?
Yes, that and any other commands, as already noted.
I suppose I could have some kind of power-user build-time switch to revert it to use screen(1).
Any more objections?
You also lose scroll back and the current screen state.
Having said that, if simh would support both telnet and ssh then enabling telnet might be handy.
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+unsubscribe@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/039ec8af-82b9-41f9-b936-81038a25c9fc%40googlegroups.com.
You can still run simh in screen on the Pi with telnet for the console. To attach devices you would have to login via SSH and open up the screen. Scrollback in telnet however is unknown to me, does your local terminal handle that?
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+unsubscribe@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/e7365d10-5753-4e5d-a26c-fd1d4e6a95f4%40googlegroups.com.
I'm not sure if you're sarcastic or serious, honestly.
I was wondering if anyone had used the Pi Zero OTG mode to emulate multiple serial consoles (over USB).
if simh would support both telnet and ssh then enabling telnet might be handy.
On Saturday, December 24, 2016 at 11:47:39 PM UTC-7, Tony wrote:if simh would support both telnet and ssh then enabling telnet might be handy.
I don't see how to do that. When you give the "SET CONSOLE TELNET=port" command, it stops using stdout for the console, so you can't also use screen(1).
There are limitations and problems with this, but it's now close enough to sensible that I've filed a ticket for it, with the details and caveats I'm aware of. I don't expect to do this any time soon, so consider it an open challenge to any of you who want this feature.
the unsecure nature of telnet would still be a drawback
do you suppose there are actually still botnets scanning for open telnet ports?
It seems like I could run screen() from a console window - spit it and open separate telnet sessions?
Having a simultaneous simh window and PDP8 window open during "play time" seems like such a great concept.
telnetting to either the SIMH command port or the SIMH terminal console port exposes...what, exactly?
On Monday, December 26, 2016 at 4:21:58 PM UTC-7, Warren Young wrote:telnetting to either the SIMH command port or the SIMH terminal console port exposes...what, exactly?I just thought of something minor
Security Is Hard.
On Monday, December 26, 2016 at 5:27:20 PM UTC-6, Warren Young wrote:Security Is Hard.It might not be that bad.
In the scenario I outlined earlier, you use ssh (only) to connect remotely to your Pi.
Then you run screen from the command prompt, split the window, and run a separate telnet session in each - one to 127.0.0.1:1968 and the other to 127.0.0.1:1969.
If you can configure the Pi to only accept local connections on those ports ( iptables or somehow?)