Skip to content

Commit a7c20e6

Browse files
committed
Revert "fix(ssh): add IgnoreUnknown GSSAPIAuthentication and hostname aliases for smartphone and tablet"
This reverts commit 2fbca2a.
1 parent 2fbca2a commit a7c20e6

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

programs/openssh.nix

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,14 @@
88
programs.ssh = {
99
enable = true;
1010
enableDefaultConfig = false;
11-
extraConfig = ''
12-
IgnoreUnknown GSSAPIAuthentication
13-
'';
1411

1512
matchBlocks = {
1613
"*.ts.net 100.*" = {
1714
user = "brantes";
1815
identityFile = "~/.ssh/id_ed25519";
1916
};
2017

21-
"smartphone" = {
22-
hostname = "galaxy-s10";
23-
port = 8022;
24-
};
25-
26-
"tablet" = {
27-
hostname = "pedros-tab-s6-lite";
28-
port = 8022;
29-
};
30-
31-
"galaxy-s10 pedros-tab-s6-lite" = {
18+
"galaxy-s10 pedros-tab-s6-lite smartphone tablet" = {
3219
port = 8022;
3320
};
3421

0 commit comments

Comments
 (0)