Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Single host client toward F5 BigIP is failing #375

14r5j started this conversation in General
Discussion options

Hi,
I'm trying to use Parallel-SSH to connect to F5 BigIP (F5 use CentOS as base OS).

This simple code (example from pypi.org) works perfectly toward a Red Hat server, but it fails toward F5 BigIP:

s = SSHClient(,user=, password=, timeout=5, num_retries=1)
res = s.run_command("uname")
for line in res.stdout:
print(line)

Here is the error message:
pssh.exceptions.AuthenticationError: ('Authentication error while connecting to %s:%s - %s - retries %s/%s', ', 22, AuthenticationError(), 1, 1)

I have already tested Paramiko and that works, but I want to use Parallel-SSH.

Is there a way to debug a single SSH client?

(This has been posted on the F5 Community also)

You must be logged in to vote

Replies: 1 comment

Comment options

Try latest client.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants

AltStyle によって変換されたページ (->オリジナル) /