Home
last modified time | relevance | path

Searched refs:jumphost (Results 1 – 25 of 33) sorted by relevance

12

/dports/security/py-netmiko/netmiko-3.3.0/examples/
H A Dssh_config1 host jumphost
7 host * !jumphost
10 ProxyCommand ssh -F ~/.ssh/ssh_config -W %h:%p jumphost
12 #ProxyCommand ssh -F ./ssh_config jumphost nc %h %p
/dports/net/eternalterminal/EternalTerminal-et-v5.1.9/
H A DREADME.md88 You can specify a jumphost and the port et is running on jumphost using `-jumphost` and `-jport`. I…
90 et hostname -jumphost jump_hostname (etserver running on port 2022 on both hostname and jumphost)
91 et hostname:8888 -jumphost jump_hostname -jport 9999
96 The config file is required when your sshd on server/jumphost is listening on a port which is not 2…
98 - there is a jumphost in the middle
107 ProxyJump user@jumphost.example.org:22
113 et dev (etserver running on port 2022 on both hostname and jumphost)
114 et dev:8000 -jport 9000 (etserver running on port 9000 on jumphost)
/dports/security/py-netmiko/netmiko-3.3.0/tests/etc/
H A Dssh_config_proxyjump1 host jumphost
7 host * !jumphost
10 ProxyJump jumphost
H A Dssh_config1 host jumphost
10 ProxyCommand ssh jumphost nc %h %p
/dports/net/eternalterminal/EternalTerminal-et-v5.1.9/src/terminal/
H A DSshSetupHandler.cpp57 int port, string jumphost, int jport, in SetupSsh() argument
97 if (!jumphost.empty()) { in SetupSsh()
98 execlp("ssh", "ssh", "-J", (SSH_USER_PREFIX + jumphost).c_str(), in SetupSsh()
148 if (!jumphost.empty()) { in SetupSsh()
171 execlp("ssh", "ssh", jumphost.c_str(), SSH_SCRIPT_JUMP.c_str(), NULL); in SetupSsh()
H A DSshSetupHandler.hpp10 string jumphost, int jport, bool kill, int vlevel,
H A DTerminalServer.cpp290 if (payload.jumphost()) { in handleConnection()
H A DTerminalClient.cpp50 DEFINE_string(jumphost, "", "jumphost between localhost and destination");
/dports/devel/py-fabric/fabric-2.5.0/tests/_support/ssh_config/
H A Dproxyjump.conf2 ProxyJump jumpuser@jumphost:373
H A Dproxyjump_multi.conf2 ProxyJump jumpuser@jumphost:373,jumpuser2@jumphost2:872,jumpuser3@jumphost3:411
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/scenario_guides/
H A Dguide_cloudstack.rst185 jumphost
195 [jumphost]
198 As you can see, the public IPs for our web servers and jumphost has been assigned as variable ``pub…
200jumphost, web servers and database servers, we use ``group_vars``. The ``group_vars`` directory co…
231 # file: group_vars/jumphost
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/scenario_guides/
H A Dguide_cloudstack.rst185 jumphost
195 [jumphost]
198 As you can see, the public IPs for our web servers and jumphost has been assigned as variable ``pub…
200jumphost, web servers and database servers, we use ``group_vars``. The ``group_vars`` directory co…
231 # file: group_vars/jumphost
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/scenario_guides/
H A Dguide_cloudstack.rst185 jumphost
195 [jumphost]
198 As you can see, the public IPs for our web servers and jumphost has been assigned as variable ``pub…
200jumphost, web servers and database servers, we use ``group_vars``. The ``group_vars`` directory co…
231 # file: group_vars/jumphost
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/network/user_guide/
H A Dplatform_netconf_enabled.rst108 proxycommand ssh -o StrictHostKeyChecking=no -W %h:%p jumphost-username@jumphost.fqdn.com
H A Dnetwork_debug_troubleshooting.rst722 Host jumphost
723 HostName jumphost.domain.name.com
724 User jumphost-user
735 ProxyCommand ssh -W %h:22 jumphost
741 ProxyCommand ssh -W %h:830 jumphost
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/network/user_guide/
H A Dplatform_netconf_enabled.rst109 proxycommand ssh -o StrictHostKeyChecking=no -W %h:%p jumphost-username@jumphost.fqdn.com
H A Dnetwork_debug_troubleshooting.rst686 Host jumphost
687 HostName jumphost.domain.name.com
688 User jumphost-user
699 ProxyCommand ssh -W %h:22 jumphost
705 ProxyCommand ssh -W %h:830 jumphost
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/network/user_guide/
H A Dplatform_netconf_enabled.rst109 proxycommand ssh -o StrictHostKeyChecking=no -W %h:%p jumphost-username@jumphost.fqdn.com
H A Dnetwork_debug_troubleshooting.rst686 Host jumphost
687 HostName jumphost.domain.name.com
688 User jumphost-user
699 ProxyCommand ssh -W %h:22 jumphost
705 ProxyCommand ssh -W %h:830 jumphost
/dports/net/eternalterminal/EternalTerminal-et-v5.1.9/proto/
H A DETerminal.proto59 optional bool jumphost = 1 [default = false]; field
/dports/security/py-netmiko/netmiko-3.3.0/
H A DEXAMPLES.md743 host jumphost
749 host * !jumphost
752 ProxyCommand ssh -F ~/.ssh/ssh_config -W %h:%p jumphost
754 #ProxyCommand ssh -F ./ssh_config jumphost nc %h %p
760 # 3.82.44.123 is the IP address of the 'jumphost'
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/website/pages/docs/guides/
H A Dsecure-namespaces.mdx29 …R` [variable](/docs/commands#consul_http_addr) on your local machine or jumphost to the IP address…
35 Note, this jumphost will need to use an ACL token to access the datacenter. The token's necessary p…
/dports/dns/validns/validns-0.8/t/zones/
H A Dexample.sec68 jumphost SSHFP 2 1 123456789abcdef67890123456789abcdef67890
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/netcommon/docs/
H A Dansible.netcommon.libssh_connection.rst154 <div>Proxy information for running the connection via a jumphost.</div>
H A Dansible.netcommon.netconf_connection.rst333 <div>Proxy information for running the connection via a jumphost.</div>

12