imochoa / dotfiles

collection of the setting that I like as well as some scripts to automate the post-install setup process
MIT License
0 stars 0 forks source link

ssh stuff #22

Closed imochoa closed 4 years ago

imochoa commented 4 years ago
sudo apt install openssh-server
imochoa commented 4 years ago

For setting up an ssh connection:

to install there:

# To use the clipboard
sudo apt-get install -y xsel xauth
# Plus conenct with ssh -Y yourserver
# or alternatively by setting config:
https://superuser.com/questions/326871/using-clipboard-through-ssh-in-vim
# ~/.ssh/config
Host myserver
    ForwardX11 yes
    ForwardX11Trusted yes