A bit later, job got in the way.
Local pc /etc/ssh/ssh_config:
Code: Select all
# $OpenBSD: ssh_config,v 1.37 2025/05/06 05:40:56 djm Exp $
# This is the ssh client system-wide configuration file. See
# ssh_config(5) for more information. This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.
# Configuration data is parsed as follows:
# 1. command line options
# 2. user-specific file
# 3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.
# Make sure that all Host and Match options are below this Include!
Include "/etc/ssh/ssh_config.d/*.conf"
# Site-wide defaults for some commonly used options. For a comprehensive
# list of available options, their meanings and defaults, please see the
# ssh_config(5) man page.
# Host *
# ForwardAgent no
ForwardX11 yes
# PasswordAuthentication yes
# HostbasedAuthentication no
# GSSAPIAuthentication no
# GSSAPIDelegateCredentials no
# BatchMode no
# CheckHostIP no
# AddressFamily any
# ConnectTimeout 0
# StrictHostKeyChecking ask
# IdentityFile ~/.ssh/id_rsa
# IdentityFile ~/.ssh/id_ecdsa
# IdentityFile ~/.ssh/id_ed25519
# Port 22
# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
# MACs hmac-md5,hmac-sha1,umac-64@openssh.com
# EscapeChar ~
# Tunnel no
# TunnelDevice any:any
# PermitLocalCommand no
# VisualHostKey no
# ProxyCommand ssh -q -W %h:%p gateway.example.com
# RekeyLimit 1G 1h
# UserKnownHostsFile ~/.ssh/known_hosts.d/%k
Remote pc /etc/ssh/ssh_config:
Code: Select all
# $OpenBSD: ssh_config,v 1.37 2025/05/06 05:40:56 djm Exp $
# This is the ssh client system-wide configuration file. See
# ssh_config(5) for more information. This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.
# Configuration data is parsed as follows:
# 1. command line options
# 2. user-specific file
# 3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.
# Make sure that all Host and Match options are below this Include!
Include "/etc/ssh/ssh_config.d/*.conf"
# Site-wide defaults for some commonly used options. For a comprehensive
# list of available options, their meanings and defaults, please see the
# ssh_config(5) man page.
# Host *
# ForwardAgent no
ForwardX11 yes
# PasswordAuthentication yes
# HostbasedAuthentication no
# GSSAPIAuthentication no
# GSSAPIDelegateCredentials no
# BatchMode no
# CheckHostIP no
# AddressFamily any
# ConnectTimeout 0
# StrictHostKeyChecking ask
# IdentityFile ~/.ssh/id_rsa
# IdentityFile ~/.ssh/id_ecdsa
# IdentityFile ~/.ssh/id_ed25519
# Port 22
# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
# MACs hmac-md5,hmac-sha1,umac-64@openssh.com
# EscapeChar ~
# Tunnel no
# TunnelDevice any:any
# PermitLocalCommand no
# VisualHostKey no
# ProxyCommand ssh -q -W %h:%p gateway.example.com
# RekeyLimit 1G 1h
# UserKnownHostsFile ~/.ssh/known_hosts.d/%k
Code: Select all
emerge --search xauth
[ Results for search key : xauth ]
Searching...
* acct-group/gauth
Latest version available: 0-r2
Latest version installed: [ Not Installed ]
Size of files: 0 KiB
Homepage:
Description: A group for sys-auth/google-authenticator-wrappers
License:
* acct-user/gauth
Latest version available: 0-r2
Latest version installed: [ Not Installed ]
Size of files: 0 KiB
Homepage:
Description: A user for sys-auth/google-authenticator-wrappers
License:
* dev-ruby/oauth
Latest version available: 1.1.3
Latest version installed: [ Not Installed ]
Size of files: 275 KiB
Homepage: https://github.com/ruby-oauth/oauth
Description: A RubyGem for implementing both OAuth clients and servers
License: MIT
* dev-ruby/xpath
Latest version available: 3.2.0-r1
Latest version installed: [ Not Installed ]
Size of files: 14 KiB
Homepage: https://github.com/teamcapybara/xpath
Description: XPath is a Ruby DSL around a subset of XPath 1.0
License: MIT
* kde-frameworks/kauth
Latest version available: 6.22.0
Latest version installed: 6.22.0
Size of files: 2220 KiB
Homepage: https://develop.kde.org/products/frameworks/
Description: Framework to let applications perform actions as a privileged user
License: LGPL-2.1+
* x11-apps/xauth
Latest version available: 1.1.5
Latest version installed: 1.1.5
Size of files: 162 KiB
Homepage: https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/app/xauth
Description: X authority file utility
License: MIT
[ Applications found : 6 ]
When I try to run qjackctl on the local machine:
Code: Select all
$ ssh -X ikke@192.168.2.11 qjackctl
(ikke@192.168.2.11) Password:
Warning: untrusted X11 forwarding setup failed: xauth key data not generated
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: linuxfb, minimal, offscreen, vkkhrdisplay, vnc, xcb, wayland-brcm, wayland-egl, wayland.
ikke@daw ~ $
So it looks like xauth isn't starting.