Skip to content

[BUG] ssh mode ~exits~ crashes immediately #2253

@og900aero

Description

@og900aero

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

  1. open terminal
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions