Skip to content

Commit

Permalink
Update barrier docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw committed Oct 25, 2022
1 parent 75a4dfc commit 7de9b24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ssh/files/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Include /opt/homebrew/opt/square-ssh-config/config.d/*
Host *
AddKeysToAgent yes
ChallengeResponseAuthentication yes
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
HashKnownHosts yes
PasswordAuthentication no
ForwardAgent no
Expand Down
5 changes: 5 additions & 0 deletions docs/kvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ For a virtual KVM, [Barrier](https://github.com/debauchee/barrier/) is a good vi

To enable SSL between server/client machines, run the following (for macOS, for others, see [this Github issue](https://github.com/debauchee/barrier/issues/231#issuecomment-962421337)).

```
$ cd /Users/<user>/Library/Application Support/barrier/SSL
$ openssl req -x509 -nodes -days 365 -subj /CN=Barrier -newkey rsa:4096 -keyout Barrier.pem -out Barrier.pem
$ # restart barrier application
```

0 comments on commit 7de9b24

Please sign in to comment.