[Info-vax] Suppress blank lines added by HP SSH?
Steven Schweda
sms.antinode at gmail.com
Tue Feb 23 00:25:12 EST 2016
> [...] I'm not seeing an extra line from an
> OS X system running OpenSSH_6.2p2 to OpenVMS.
Around here (OS X 10.11.3):
Mac to itself:
pro3$ ssh pro3 pwd
/Users/sms
pro3$ ssh pro3 -q pwd
/Users/sms
pro3$
Mac to VMS:
pro3$ ssh alp-l 'show default'
@ SYS$MANAGER:ANNOUNCE.TXT
ALP$DKC0:[SMS]
pro3$ ssh alp-l -q 'show default'
ALP$DKC0:[SMS]
pro3$
I can't see any justification for displaying SYS$ANNOUNCE
to a non-interactive user (that is, with a command
specified). And, of course, it might be nice if the SSH
server could read SYS$ANNOUNCE as well as the usual program
(LOGINOUT?) can.
I've forgotten -- Is there any hope to escape this (new)
limitation?:
alp $ ssh pro3
warning: Authentication failed.
Disconnected; key exchange or algorithm negotiation failed
(Algorithm negotiation failed.).
pro3$ uname -a
Darwin pro3.antinode.info 15.3.0 Darwin Kernel Version 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~1/RELEASE_X86_64 x86_64
pro3$ ssh -V
OpenSSH_6.9p1, LibreSSL 2.1.8
More information about the Info-vax
mailing list