1 parent 2fbca2a commit a7c20e6Copy full SHA for a7c20e6
1 file changed
programs/openssh.nix
@@ -8,27 +8,14 @@
8
programs.ssh = {
9
enable = true;
10
enableDefaultConfig = false;
11
- extraConfig = ''
12
- IgnoreUnknown GSSAPIAuthentication
13
- '';
14
15
matchBlocks = {
16
"*.ts.net 100.*" = {
17
user = "brantes";
18
identityFile = "~/.ssh/id_ed25519";
19
};
20
21
- "smartphone" = {
22
- hostname = "galaxy-s10";
23
- port = 8022;
24
- };
25
-
26
- "tablet" = {
27
- hostname = "pedros-tab-s6-lite";
28
29
30
31
- "galaxy-s10 pedros-tab-s6-lite" = {
+ "galaxy-s10 pedros-tab-s6-lite smartphone tablet" = {
32
port = 8022;
33
34
0 commit comments