Operating System - OpenVMS
1748181 Members
3862 Online
108759 Solutions
New Discussion

Re: SSH OPCOM messages to console

 
SOLVED
Go to solution
Tom Hartsook
Advisor

SSH OPCOM messages to console

Is there a way to disable the SSH logging to the console? I would rather not see a message for every connection.
Tom
V5.6 - ECO 2

%%%%%%%%%%% OPCOM 5-APR-2008 16:59:38.96 %%%%%%
Message from user INTERnet on ADM2
INTERnet ACP SSH Accept Request from Host: 10.192.128.80 Port: 32955
1 REPLY 1
Martin Vorlaender
Honored Contributor
Solution

Re: SSH OPCOM messages to console

Tom,

every TCP/IP service has a set of log options, so

TCPIP> SET SERVICE SSH /LOG_OPTIONS=NOACCEPT

shoud do what you want.

Any changes will only become active after restarting the service; beware that this kill all active connections.

HTH,
Martin