mdem? vscode ssh config
#mdem? vscode ssh config
# path "Users/{yourusername}/.ssh/config"
Host example_h
HostName 11.12.13.14
User my_user
ForwardX11 yes
Compression yes
Cipher blowfish
IdentityFile /home/my_user/.ssh/id_rsa
IdentitiesOnly yes
PubKeyAuthentication yes
# Port 5522
#IdentityFile The file location where you've stored your private key
ssh -X [email protected]
sudo apt install x11-apps
xclock