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 hashes)