Answers for "mdem? vscode ssh config"

0

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
Posted by: Guest on July-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language