Security Gateway Manual
SG-3100
Fig. 2: An example of using PuTTY in Linux
GNU screen
In many cases
screen
may be invoked simply by using the proper command line, where
<console-port>
is the
console port that was located above.
$
sudo screen <console-port>
115200
Note:
The
sudo
command will prompt for the local workstation password of the current account.
If portions of the text are unreadable but appear to be properly formatted, the most likely culprit is a character encoding
mismatch in the terminal. Adding the
-U
parameter to the
screen
command line arguments forces it to use UTF-8
for character encoding:
$
sudo screen -U <console-port>
115200
© Copyright 2022 Rubicon Communications LLC
30