This is related to a problem I've encountered today with lvmcache
partitions.
>From a fresh Ubuntu 18.04 install, with lvm2 installed, I create an LVM
on HDD's with an SSD partitioned to provide cache:
lvcreate -n home_lv_root -L 1.2Tb vg0
vgextend vg0 /dev/nvme0n1p6
lvcreate -n home_lv_cache
My $0.02. I don't disagree that this is an MTU problem on the path, and
that OpenSSH could be smarter about this, but my fix was to specify the
key exchange algo.
ssh -o KexAlgorithms=ecdh-sha2-nistp521 f...@bar.com
replacing the algorithm with one that the server says it supports.
Not worki
2 matches
Mail list logo