issues
search
fgimian
/
paramiko-expect
A Python expect-like extension for the Paramiko SSH library which also supports tailing logs.
MIT License
205
stars
78
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix expect() to properly raise exception
#99
vajdera
opened
4 months ago
1
Paramiko expect on windows 2019 vms is giving a lot of residue output
#98
basu45
opened
5 months ago
11
Maintainers required
#97
fgimian
opened
5 months ago
8
Moving this repo into its own organisation
#96
fgimian
opened
5 months ago
3
expect always fails with "EXCESS TIME RECV_READY TIMEOUT, did you expect() before a send()" error
#95
nhtha
opened
6 months ago
10
Issue while sending very big command
#94
Jean-PhilippeD
opened
1 year ago
2
Using logging instead of print for timeout message
#93
oskrdt
closed
1 year ago
1
Issues with paramiko-expect while interacting with prompt of a remote ssh server
#92
SolankiVBHV
closed
1 year ago
0
Error : Undefined symbol "SSLv3_client_method"
#91
oijkn
opened
2 years ago
2
fixes 89: add term option to SSHClientInteraction and use to call invoke shell
#90
sar772004
closed
2 years ago
5
add term support to SSHClientInteraction , to pass onto invoke_shell
#89
sar772004
closed
2 years ago
7
Check whether channel is closed...
#88
rockallite
closed
2 years ago
4
Check whether channel is closed before checking recv_ready()
#87
rockallite
closed
2 years ago
1
github actions: add test on windows
#86
fruch
closed
1 year ago
2
Issue #84 - Apply timeout removal on Windows when going interactive
#85
karypid
closed
2 years ago
2
take_control always times out
#84
karypid
closed
2 years ago
3
How to put the output we get from expect prompt in a file
#83
panda2799
opened
2 years ago
2
SSHClientInteraction's current_output_clean is not clean
#82
SamDanielThangarajan
opened
2 years ago
1
sdist is missing on pypi for 0.3.2
#81
hjmallon
closed
2 years ago
1
Start use testcontainers for testing
#80
fruch
closed
2 years ago
1
Strip ANSI CSI codes from xterm output
#79
droscy
closed
2 years ago
0
Fix encoding issue of test on python 2.7
#78
fruch
closed
2 years ago
1
Fix 'OverflowError: timeout value is too large' in tail method
#77
droscy
closed
2 years ago
0
Use more lines to check for prompt at the end of the output
#76
sriramkannan95
closed
2 years ago
4
IndexError with ANSI codes
#75
sergehauri
opened
3 years ago
0
Unsupported operand type(s), line 164 in expect
#74
apaxson
opened
3 years ago
4
Paramiko Timeout issue
#73
WindfuryARS
opened
3 years ago
1
socket.timeout() raises AttributeError Exception
#72
dgonzalez-cs
opened
3 years ago
1
EXCESS TIME RECV_READY TIMEOUT, did you expect() before a send() on offical sample.
#71
tirans
opened
3 years ago
6
#69 Fixing 0.3.0 expect match issue when channel receives multiple lines …
#70
vinaykumar-c
opened
3 years ago
1
0.3.0 expect match issue when channel receives multiple lines of strings at the same time.
#69
vinaykumar-c
opened
3 years ago
1
Update setup.py
#68
dalrrard
closed
3 years ago
0
0.3.0 version not available on pypi mirror
#67
sar772004
closed
2 years ago
6
update the usage of sshd, and python3 inside of it
#66
fruch
closed
3 years ago
1
fixes_48, fixes_63, fixes_58
#65
sar772004
closed
3 years ago
1
Create Stub File for Type Annotation
#64
diegostammer
opened
3 years ago
1
Expect hanging when self.current_output is too large
#63
oskrdt
opened
4 years ago
3
How to keep my ssh connection alive
#62
mshazor11
opened
4 years ago
3
Fix for #55: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 75: invalid start byte #55
#61
vinaykumar-c
closed
3 years ago
0
Cope with multi-byte characters splitting across recv calls
#60
pw201
closed
3 years ago
1
Add display override for the "send" function
#59
sa6kad
opened
4 years ago
2
invalid output
#58
dorelmoremgil
opened
4 years ago
2
Long running commands are always failed with error message
#57
k-jayaraman
opened
4 years ago
2
Problem with sending long commands
#56
gandraman
closed
5 years ago
1
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 75: invalid start byte
#55
rebelfish
closed
2 years ago
1
Tail Stop_callback() Example?
#54
EdHunter87
closed
4 years ago
2
clearify the doc regarding usage of regex in prompts and such
#53
fruch
opened
5 years ago
0
how to catch the return string and record,not just dispaly
#52
heartbeat2015
opened
5 years ago
2
Add support for pxssh functionality of pexpect module.
#51
ChetanKolhe
opened
5 years ago
1
Does not strip all ANSI sequences correctly
#50
SteveAyre
closed
2 years ago
3
Next