Oracle Solaris System Administration (MOSC)

MOSC Banner

How to avoid exposing password on a serial console

edited Apr 5, 2013 2:02PM in Oracle Solaris System Administration (MOSC) 8 commentsAnswered
I'm redirecting console to ttya via eeprom and getting it via nc -U according to the following blog post Serial Console with VirtualBox on Solaris host.
The problem seems to be an echo problem with what I type in terminal running nc.
I saw others in Google using socat but that isn't in the repositories.
I was wondering about some small script such as:
stty -echo
nc -U /tmp/xxx.pipe
stty echo

The above is awkward as I only see the command after entering it (although it does hides passwords).
But is there a better solution?

Thanks in advance.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center