go to post Vermon Ferre · Sep 9, 2022 It does work when it's simply RXNORM. We actually resolved this by "manually" resolving the OID in the SDA during retrieval.
go to post Vermon Ferre · Dec 10, 2020 Vic, First of all, thank you for your reply and for that link. I have tried a few things and it ended up that the issue was my private key. The private key was OPENSSH while the requirement was an RSA key. After converting to RSA, the connection went through fine. For reference, I used the command ssh-keygen -p -P "old passphrase" -N "new passphrase" -m pem -f path/to/key