summaryrefslogtreecommitdiff
path: root/paramiko/win_openssh.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-03-10 16:58:36 -0500
committerJeff Forcier <jeff@bitprophet.org>2022-03-11 17:32:45 -0500
commit845b4fa9c14f7836e144a8838c10a5cc64a6c204 (patch)
tree24b9fb7dda06fb8f9afa94468a70cbb385af2105 /paramiko/win_openssh.py
parenta8e9a0fd717d1fe77b0b69419d49c9147711d4a5 (diff)
downloadparamiko-845b4fa9c14f7836e144a8838c10a5cc64a6c204.tar.gz
Refactor SSH agent socket connection stuff
Feels like this entire module wants more rigorous rewriting, but at least for now any future tweaks to agent bits won't hit this awful copypasta. Minor functionality update: now both methods of dealing with unix sockets will use retry_on_signal to try and skip over spurious EINTRs
Diffstat (limited to 'paramiko/win_openssh.py')
-rw-r--r--paramiko/win_openssh.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/paramiko/win_openssh.py b/paramiko/win_openssh.py
index 593cdbe4..ece7c8fd 100644
--- a/paramiko/win_openssh.py
+++ b/paramiko/win_openssh.py
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with Paramiko; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
import os.path
PIPE_NAME = r"\\.\pipe\openssh-ssh-agent"