F5 iApp Automated Backup
Problem this snippet solves:
This is now available on GitHub!
Please look on GitHub for the latest version, and submit any bugs or questions as an "Issue" on GitHub:
(Note: DevCentral admin upd...
Updated Feb 15, 2022
Version 2.0Daniel_Tavernie
Cirrostratus
Joined December 19, 2012
Travis_Kamish_2
Nov 20, 2018Nimbostratus
@tabernarious I am running 13.1.0.8 and when I try to ssh from CLI to server I get same error. "no matching cipher found: client aes128-cbc,aes256-cbc server aes128-ctr,aes192-ctr,aes256-ctr"
I even tried to set the ssh ciphers.
(tmos) list sys ssh include sys sshd { include "Ciphers aes128-ctr,aes192-ctr,aes256-ctr" }
and with ssh set to none I get same issues with cipher mismatch.