#89629
Chosen
Participant

turns out that after opening a terminal on my mac i was able to:
cd /
ls
cd users
cd jlogue
ls (i didn’t see .ssh or anything similar to it)
cd /users/jlogue/.ssh/known_hosts
(it returned permission denied to which this piqued my entered)
sudo nano /users/jlogue/.ssh/known_hosts
(it had the ip of my raspberry pi along with a key that I deleted)
ctrl-x
y

and now i can finally ssh into my raspberry pi from my mac again. no more going back and forth between screens to read the command line.
thank you for your assistance!

Now if I could just get the wifi adapter to run I’d be all set!