a tool tunneling ssh over http proxy;
Project description
churchkey
a tool tunneling ssh over http proxy;
churchkey tunnels ssh sessions through http proxy, so that users can log into remote server via http proxy if direct access is not working; churchkey uses http connect method and only works with http proxies supporting this method;
churchkey supports two http authentication methods: basic and digest;
technical details are described in rfc 2817;
alternative projects include corkscrew and proxytunnel;
install
install via pip:
pip install churchkey
usage
-
create a file
~/.ssh/proxyauth
with proxy username and password:{username}:{password}
-
edit
~/.ssh/config
as follows:Host {host} HostName {hostname} Port {port} User {user} ProxyCommand churchkey {proxy_host} {proxy_port} %h %p ~/.ssh/proxyauth
-
log into remote server as usual:
ssh {host}
license
Copyright (C) 2016-2018 Cyker Way
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file churchkey-1.1.5.tar.gz
.
File metadata
- Download URL: churchkey-1.1.5.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce673b8d96e3c3908961099427399870cc87fa9a48ec78f2e1f80b3a1cbf7220 |
|
MD5 | 039235e02d7b378ab95edf3ff2dc119b |
|
BLAKE2b-256 | f2cd9c6266f56585e61b50feadfe1183b8d86d719c4da61d0719548589ff18a1 |
File details
Details for the file churchkey-1.1.5-py3-none-any.whl
.
File metadata
- Download URL: churchkey-1.1.5-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1316a1ffd8f29f6bdbe6449f24db4b855d783f3b69d1d531e96171028250ac8b |
|
MD5 | bb495fe61a3de368f8a20db6431c55ac |
|
BLAKE2b-256 | e8e78d8a625d7231d842de8e2c44b30a7413e12765cf3fac6c8803b56d14305b |