Last active
June 21, 2024 14:46
-
-
Save ttscoff/ee50738f7a1605dd4f81a3e8ca74dc6e to your computer and use it in GitHub Desktop.
SOLVED: SSH issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
debug1: Remote: /Users/ttscoff/.ssh/authorized_keys:11: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding | |
debug1: Remote: /Users/ttscoff/.ssh/authorized_keys:11: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding | |
debug1: Sending command: ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SOLVED
Solved, it was a problem with my config.fish.
The problem line was:
Changing to:
Fixed it. Thanks for all the suggestions.
Solution indirectly discovered by way of this SO post