Good morning,
We upgraded our MGMT servers (3) to R81.20 JHF41 yesterday, smooth process.
After the upgrade, however, we cannot scp TO a host that has JHF41 installed, get a weird message about flags that weren't even entered:
Working to R81.20 JHF26 host:
[Expert@mercury:0]# scp -p 20231213_cert_list.txt admin@192.168.2.251:
This system is for authorized use only.
admin@192.168.2.251's password:
20231213_cert_list.txt 100% 9082 9.3MB/s 00:00
Non working to R81.20 JHF41 host:
[Expert@mercury:0]# scp -p 20231213_cert_list.txt admin@192.168.2.6:
This system is for authorized use only.
admin@192.168.2.6's password:
CLINFR0329 Invalid command:'scp -p -t .'.
Not sure where the '-t' flag is coming from, I didn't type it. 🙂
Ran it with -v:
debug1: Sending command: scp -v -p -t .
CLINFR0329 Invalid command:'scp -v -p -t .'.
Ran it with -v to the JHF26 host and it shows that it was also sending -v -p -t, so not sure what the issue is on JHF 41.
I ran a diff on /etc/ssh/sshd_config between the 2 JHFs, they're the same. /usr/sbin/sshd is the same between the 2 takes.
Thanks for reading