Page MenuHomePhabricator

Investigate parallel-ssh library once paramiko supports hmac-256/hmac-512
Closed, DeclinedPublic

Description

This is a suggested future improvement to scap:

parallel-ssh looks like a better way to do the cluster-ssh connections, where we currently shell out to ssh. The problem is, parallel-ssh uses paramiko which doesn't yet support the required handshake/cipher for connecting to sshd on our clusters. Paramiko has a pending pull request that addresses this problem and once that lands we should seriously consider switching to parallel-ssh.

Event Timeline

mmodell raised the priority of this task from to Low.
mmodell updated the task description. (Show Details)
mmodell added a project: Scap.
mmodell subscribed.
mmodell changed the task status from Open to Stalled.Oct 2 2015, 5:22 PM

hmac-256 is now supported in paramiko, according to the changelog.

dduvall moved this task from Debt to Experiments on the Scap board.

If we make a change we will almost certainly go with clustershell instead.