user2420424
user2420424

Reputation: 63

pexpect and ssh connection to ipv6 host

Does pexcpect/pxssh support the SSH connection trough IPv6? I've checked in documentation and I haven't seen anything but maybe, I miss something. If so, what should I do? If no, could you please advice me what should I do to make my script IPv6 friendly? My code is based on pexpect library.

Upvotes: 1

Views: 323

Answers (1)

Hackaholic
Hackaholic

Reputation: 19753

you can use Paramiko

its very simple for ssh

Upvotes: 1

Related Questions