Python Forum
paramiko/ssh-matic not working from Windows Server 2012 R2 machine having Python34.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
paramiko/ssh-matic not working from Windows Server 2012 R2 machine having Python34.
#1
Hi,
I downloaded the ssh-matic utility from github and using the paramiko thing for doing ssh.
It works fine from Win 2008 R2 x64 machine having Python27.
However, it does not work from Windows Server 2012 R2 machine having Python34.

The "import ssh" line in "\ssh\__init__.py" gives error : "You have not specified a password or key" which means the "os.path.expanduser('~/.ssh/..... " thing is not working.
Is there some known issue for ssh-matic or paramiko utility to work with Windows Server 2012 R2 or Python34 ?

The exact same code works fine from Win 2008 R2 x64 machine having Python27.

The utility I am using is from : https://github.com/tadeck/ssh-matic
Reply
#2
Please ignore above issue.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Paramiko Server -- Exception (server): Error reading SSH protocol banner ujlain 3 4,499 Jul-24-2023, 06:52 AM
Last Post: Gribouillis
  How to access shared folder on Windows from Ubuntu machine Pavel_47 22 13,658 Nov-09-2019, 04:06 PM
Last Post: Pavel_47
  Trying to connect to a server running on another machine PythonForever 1 2,313 Jun-07-2019, 02:16 PM
Last Post: heiner55
  Copy data from 1 blk device in machine A to another blk device in machine B AbhishekV 2 3,421 Feb-01-2018, 11:40 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020