-
Notifications
You must be signed in to change notification settings - Fork 671
[BUG] ssh mode ~exits~ crashes immediately #2253
Copy link
Copy link
Open
Labels
Description
Rofi version (rofi -v or git commit in case of build issue)
Version: 2.0.0-42-g904d6c4f (next)
Configuration
https://gist.github.com/og900aero/58c30eb613e3c9cb6f6756a268536f93
Theme
https://gist.github.com/og900aero/dcde8f6787dcadf3254ced8eaa5ff27ck
Timing report
https://gist.github.com/og900aero/2780a941858b41e2d01bae4b16fe5fc8
Launch command
rofi -show ssh
Step to reproduce
- open terminal
- run command: rofi -show ssh
Expected behavior
Bring the ssh hosts without aliases
Actual behavior
Get error message: Segmentation fault
Additional information
My ssh config file:
Host VOIP1 v1
HostName x.x.x.x
User name
Port 1111
PermitLocalCommand yes
LocalCommand printf "Logged to the \e[0m\e[7;31;47mVOIP1\e[m"; echo
RequestTTY yes
Host VOIP2 v2
HostName x.x.x.x
User name
Port 1111
PermitLocalCommand yes
LocalCommand printf "Logged to the \e[0m\e[7;31;47mVOIP2\e[m"; echo
RequestTTY yes
Host SAMBA samba sam
HostName x.x.x.x
User name
PermitLocalCommand yes
LocalCommand printf "Logged to the \e[0m\e[7;31;47mSAMBA\e[m"; echo
RequestTTY yes
ProxyCommand sh -c 'sudo wg-quick up wg0 > /dev/null 2>&1 || true; exec nc %h %p'
Host ICINGA2 icinga2 icinga ici
HostName x.x.x.x
User name
PermitLocalCommand yes
LocalCommand printf "Logged to the \e[0m\e[7;31;47mICINGA2\e[m"; echo
RequestTTY yes
ProxyCommand sh -c 'sudo wg-quick up wg0 > /dev/null 2>&1 || true; exec nc %h %p'
I've checked if the issue exists in the latest stable release
- Yes, I have checked the problem exists in the latest stable version
Reactions are currently unavailable