Closed
Description
Repro:
coder config-ssh -o "RemoteForward 2222 192.168.11.1:2222" -o "RemoteForward 2223 192.168.11.1:2223"
It correctly recognizes the fact that there are multiple new options in the prompt that goes back to the user, but when it ultimately writes it to the ssh config file, only the last entry remains. In my case, I have four remote forward i have to do, but only 1 of them gets set. As a result, I can't use Coder to auto-configure my ssh-config file, and I have to edit it manually. Or rather, ever dev has to do it manually. Can we fix this so that RemoteForward isn't considered a unique key?