Skip to main content

All Questions

Tagged with
1 vote
1 answer
1k views

Issue with xQuartz on macOS Catalina 10.15.7

I'm getting following error when try to open application 'gmsh' remotely through SSH terminal. How can i fix it ? libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver:...
ChamingaD's user avatar
  • 141
1 vote
2 answers
4k views

I want to reset my mac completely but want to have the same ssh keys, How can I do that?

my daily work involves ssh tunneling and for that reason I want to keep the same ssh keys. The problem is my mac is giving me terrible issues after I installed big sur few days back. I want to go back ...
user321553125's user avatar
0 votes
1 answer
4k views

OSX: ssh: Could not resolve hostname xxxxx.com: nodename nor servname provided, or not known

I'm trying to ssh into my ec2 instance using: ssh -i "key.pem" [email protected] And I get this: ssh: Could not resolve hostname xxxxx.com: nodename nor servname provided, or not known This ...
ilmoi's user avatar
  • 101
1 vote
1 answer
4k views

MacOS(Catalina): permanent port forwarding

How can I do a permanent port forwarding on my Mac Catalina: it will run on background it will work after reboot FW is off Today I use command: ssh -L 5900:localhost:5901 localhost But it runs on ...
Rougher's user avatar
  • 111
4 votes
1 answer
4k views

SSH ProxyJump on macOS Catalina is not working

I have 3 Computers: 1. my mac with macOS Catalina 2. my 1st Raspberry Pi 3. my 2nd Raspberry Pi On my mac is ssh running version: OpenSSH_8.1p1, OpenSSL 1.1.1d 10 Sep 2019 I am able ...
Hendrik's user avatar
  • 41
5 votes
4 answers
9k views

SSH to MacOS refuses public key authentication

When I use ssh from a desktop linux machine to my MacOS laptop my public keys are rejected. I am able to connect using a password. I have looked at several questions similar to this one (e.g. 522652,...
Rik Renich's user avatar
1 vote
0 answers
114 views

Catalina and VM Ware SSH broken Pipe

I upgraded to Catalina yesterday and now all of my SSH connections to VM Fusion (cent os) images get a broken pipe after about 5 seconds. I've tried setting Host *\ServerAliveInterval 120 within ...
Aidan Gordon's user avatar