Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Expand
titleTable of Contents
Table of Contents
minLevel1
maxLevel3
outlinefalse
indent20px
typelist
printablefalse

...

Code Block
reg = CreateObject("roRegistrySection", "networking")
 
print "Trying to enable serial with Telnet/SSH"
print reg.write("serial_with_telnet", "1")
reg.flush()

Additional Notes

  • Though the registry key is labeled "serial_with_telnet", it applies to both Telnet and SSH configurations.

...

  • Multiple simultaneous connections are permitted via Telnet or SSH. The output is mirrored as a single, shared session.

  • A running script can be interrupted by pressing Ctrl-C (if script debugging is disabled, you may need to press Ctrl-C twice).

  • The SSH password remains set even if SSH access is disabled. There is currently no way to clear the password.

  • There is currently no support for authenticating against an SSH public key.

...