Advertisement
iconoclasthero

client ~/.ssh/config

Feb 3rd, 2023
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $ cat config
  2. #Host 192.168.1.2 <-changed 2021.04.07
  3. Host *
  4. ForwardAgent yes
  5. ForwardX11 yes
  6.  
  7. Host 192.168.1.*
  8. HostKeyAlgorithms ssh-rsa,ssh-dss,ssh-ed25519
  9. PubkeyAcceptedKeyTypes ssh-rsa,ssh-dss,ssh-ed25519
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement