config 619 B

12345678910111213141516
  1. # This uses 'sft resolv' when ssh is called to determine if sft
  2. # is required to ssh to the destination system.
  3. #
  4. # This is used for XDR.
  5. #
  6. #SFT configuration. Add the !User centos to ssh using the msoc_build key
  7. Match exec "/usr/local/bin/sft resolve -q %h" !User centos
  8. ProxyCommand "/usr/local/bin/sft" proxycommand %h
  9. UserKnownHostsFile "/Users/bradpoulton/Library/Application Support/ScaleFT/proxycommand_known_hosts"
  10. # github is listening on port 22, so to ssh to the box, we need to override to use
  11. # port 122. Must be connected to the VPN.
  12. Host github
  13. Port 122
  14. User admin
  15. HostName 10.80.101.78