Try to connect to a host via SSH/RDP/VNC/VMware vCenter auth etc
Project description
This library helps you check credentials.
It support the following protocols:
RDP
SSH
VNC
VMware vCenter Auth
Usage
import conntest
conntest.ssh_connection(
'127.0.0.1', username='root', password='something', port=22
)
conntest.rdp_connection(
'127.0.0.1', port=3389, username='Administrator',
domain='example.com', password='something'
)
conntest.vnc_connection(
'127.0.0.1', port=5900, password='something'
)
conntest.vcenter_connection(
'127.0.0.1', port=443, username='administrator',
domain='vsphere.local', password='something'
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
conntest-2.0.2.post1.tar.gz
(4.0 kB
view details)
File details
Details for the file conntest-2.0.2.post1.tar.gz
.
File metadata
- Download URL: conntest-2.0.2.post1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 757dee37870a42f77782d44f929fd5aee4a67ead1e7f68c56e51780ee570b38e |
|
MD5 | 9eed4f1892ae70e0e5974cd6aa5285e3 |
|
BLAKE2b-256 | 953413f843730cfdfe85791ee360b68a592465fde15221896c51dd297269a5c9 |