Skip to content

Commit

Permalink
Don't load Ubuntu system global ssh_config to follow GH-950
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Nov 26, 2024
1 parent c1fffca commit 6eab10c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ NixOS is often difficult for beginners like me. So I also use [Lima](#lima) for
Candidates
- `user@linux-cli` # Used in container

1. [home-manager installed OpenSSH disabled GSSAPI by default](https://github.com/kachick/dotfiles/issues/950).\
So suppress `/etc/ssh/ssh_config line 53: Unsupported option "gssapiauthentication"` with following command

```bash
sudo chmod -r /etc/ssh/ssh_config
```

1. If you faced to lcoale errors such as `-bash: warning: setlocale: LC_TIME: cannot change locale (en_DK.UTF-8): No such file or directory`

```bash
Expand Down

0 comments on commit 6eab10c

Please sign in to comment.