holzschu / holzschu/a-shell

Simultaneous ssh with ProxyJump causes crash

Open
#855 8 comments 0 reactions 0 assignees View on GitHub
fix committed
Dominant language
Perl
Stars
3.9k
Forks
213
Avg merge
1m
Merged PRs (30d)
1

Description

When using `ssh` to access a host behind a configured `ProxyJump` host, a-shell will crash when a second connection (in another window) is opened to the same host. This also happens if a `ProxyCommand` is configured for the destination — resulting in a segmentation fault.

To reproduce, simply add a host configuration with `ProxyJump` to `~/.ssh/config`:
```
Host example.com
ProxyJump jump.example.com
```
Then `ssh` to `example.com`. Open a second window and `ssh` to `example.com`. Both shells will crash.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.