解決macOS multipass無法聯網問題
The problem is come from conflicting with
forticlient
vpn
編輯 /etc/pf.conf
sudo vi /etc/pf.conf
...
nat-anchor "com.apple/*" # no change, adding below line
nat on en0 from bridge100:network to any -> (en0)
...
Running the pfctl command and reading the comments in pf.conf
are a bunch of scary words about flushing the ruleset. I don’t know if those are actually a concern.
sudo pfctl -f /etc/pf.conf
SSH to VM
Solution
How to Fix SSH Failed Permission Denied (publickey,gssapi-keyex,gssapi-with-mic) (phoenixnap.com)