Commit 296141a
committed
ssh: ignore decoding errors in utf-8 during connection
Ignore encoding errors with utf-8 during SSH connection. This will fix
situations where asyncssh can't start connecting to an SSH server due to
the following error:
"Connection failure: 'utf-8' codec can't decode byte 0xYY in position
XYZ."
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>1 parent 6cdb545 commit 296141a
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
359 | 362 | | |
360 | 363 | | |
361 | 364 | | |
| |||
0 commit comments