pschmitt / conntest

Try to connect to a host via SSH/RDP/VNC/VMware vCenter auth etc
GNU General Public License v3.0
3 stars 1 forks source link

AttributeError: module 'conntest' has no attribute 'vnc_connection' #4

Open hongyi-zhao opened 3 years ago

hongyi-zhao commented 3 years ago

This package doesn't support VNC protocal at all, see following for more info:

In [1]: import conntest 
In [4]: conntest.vnc_connection( 
   ...: '127.0.0.1', port=5901, password='xxxxxx'  
   ...: )                                                                      
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-4-9b6c307c3b05> in <module>
----> 1 conntest.vnc_connection(
      2 '127.0.0.1', port=5901, password='xxxxxx'
      3 )

AttributeError: module 'conntest' has no attribute 'vnc_connection'
pschmitt commented 3 years ago

Yeah I dropped VNC, RDP and Opsview support since 2.0 b/c it was kinda wonky. Haven't update the README though.