Questions tagged [ssh]
A network protocol that allows data to be exchanged using a secure channel between two networked devices
952 questions
0 votes
1 answer
55 views
How can I ssh to macOS from an X Windows machine, and run a browser to display on X Windows, sort of like XTerm?
I have a macOS machine running Catalina. I also have a Linux machine running Ubuntu 20.04. I can ssh -X user@macos-machine and then run XTerm, Xeyes, and other X programs on the Mac, displaying them ...
0 votes
1 answer
55 views
Changing a host's IP address in /etc/hosts has effect to ping, but not for ssh
My host's IP address changes sometimes, I can't help on it. So, I change the entry in /etc/hosts: 192.168.1.106 myhost I can ping it: PING myhost (192.168.1.106): 56 data bytes 64 bytes from 192....
0 votes
1 answer
97 views
Authentication failed when connecting to MacOS host with Xpra
I'm trying to connect xpra from a Linux client to a MacOS host. I have xpra and xquartz installed on the MacOS host via homebrew. And I am able to connect to the MacOS host directly with ssh using ...
2 votes
1 answer
106 views
How to setup an ssh tunnel "-w flag" between macos and linux
When trying to open a tunnel using ssh -w between a local(Macos) and a remote (Linux server), it fails due to the fact that Macos doesn't support the classic tun interfaces that ssh can use which ...
0 votes
0 answers
33 views
Make "screen" over ssh compatible with accessibility "zoom" feature
I tried to use the accessibility/zoom feature on a terminal window which is running a ssh session to a remote FreeBSD host and where after login to the remote system a "screen" session has ...
1 vote
1 answer
185 views
SSH is slow and terminates frequently after upgrading to Sonoma 15.3
I have a Mac Pro 2023 and after upgrading to Sonoma 15.3 (and 15.4) connecting to it via an ssh session is very slow and frequently terminates. I get the same behavior if I'm on the local network so ...
0 votes
2 answers
170 views
Unable to connect to remote servers using SSH after adjusting network settings
I recently had to clear some network related settings and preferences in order to get online at an airport using a captive hotspot. This was done because the login window was not opening in Safari or ...
0 votes
1 answer
296 views
Enable launchctl service that loads ssh keys on login
Coming from the Linux world, I've set up my share of systemd daemons, but I've only this morning been forced to experiment with launchctl. My recent update to Sequoia has made it so that I now have to ...