Search results

  1. C

    Logging console output using screen and tee

    Hi, I have a need to set up console logging for some bits of equipment. We use a console router so the format for connecting is: ssh <user>:<line number>@<console router fqdn> I want to log the output so I am actually using: ssh <user>:<line number>@<console router fqdn> | tee <filename>.txt...
Top