search for: ssh_verbose

Displaying 1 result from an estimated 1 matches for "ssh_verbose".

Did you mean: set_verbose
2019 Jun 27
2
Does ssh need sendfd in pledge() call?
...Host * ForwardX11 no Compression yes ServerAliveInterval 30 ServerAliveCountMax 4 ControlMaster auto ControlPath ~/.ssh/mux/%h_%p_%r ControlPersist 4h If I ssh, for example: xps ~$ ssh www Abort trap (core dumped) xps ~$ I have attached output for when I crank up there verbosity (ssh_verbose.txt), as it contains long lines. Dmesg contains: sh[28960]: pledge "sendfd", syscall 28 If I `ktrace` ssh, I get the following: 28960 ssh PLDG sendmsg, "sendfd", errno 1 Operation not permitted 28960 ssh PSIG SIGABRT SIG_DFL 28960 ssh NAMI "ssh.core&...