docker context create my-remote-docker-machine --docker "host=ssh://username@host:port" docker context user my-remote-docker-machine

you should add config ssh
Host app.stryx.co.kr HostName app.stryx.co.kr IdentityFile ~/.ssh/stryx_azure

OS can be bad
Connect to Docker engine running on a remote machine
We recommend using the Visual Studio Code Remote-SSH extension to connect to a remote machine running Docker engine, but it also possible to connect to the remote Docker engine directly, using SSH tunneling. Use ssh-keygen or similar to get and configure a public/private key pair for SSH authentication.
https://code.visualstudio.com/docs/containers/ssh


Seonglae Cho