File: 4f8b378d89916e9b4fd796f74f5b12efb5cd85faaba9fea8fbe419d6af63add8

package info (click to toggle)
golang-github-dimonomid-ssh-config 0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248 kB
  • sloc: makefile: 25
file content (2 lines) | stat: -rw-r--r-- 969 bytes parent folder | download | duplicates (3)
1
2
go test fuzz v1
[]byte("Host localhost 127.0.0.1 # A comment at the end of a host line.\n  NoHostAuthenticationForLocalhost yes\n\n# A comment\n    # A comment with leading spaces.\n\nHost wap\n  User root\n  KexAlgorithms diffie-hellman-group1-sha1\n\nHost [some stuff behind a NAT]\n  Compression yes\n  ProxyCommand ssh -qW %h:%p [NATrouter]\n\nHost wopr # there are 2 proxies available for this one...\n  User root\n  ProxyCommand sh -c \"ssh proxy1 -qW %h:22 || ssh proxy2 -qW %h:22\"\n\nHost dhcp-??\n  UserKnownHostsFile /dev/null\n  StrictHostKeyChecking no\n  User root\n\nHost [my boxes] [*.mydomain]\n  ForwardAgent yes\n  ForwardX11 yes\n  ForwardX11Trusted yes\n\nHost *\n  #ControlMaster auto\n  #ControlPath /tmp/ssh-master-%C\n  #ControlPath /tmp/ssh-%u-%r@%h:%p\n  #ControlPersist yes\n  ForwardX11Timeout 52w\n  XAuthLocation /usr/bin/xauth\n  SendEnv LANG LC_*\n  HostKeyAlgorithms ssh-ed25519,ssh-rsa\n  AddressFamily inet\n  #UpdateHostKeys ask\n")