mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 08:28:31 +02:00
user: remove shikane config
This commit is contained in:
parent
97a9bbce42
commit
a9f3c6836e
7 changed files with 37 additions and 267 deletions
|
@ -1,10 +1,11 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
git = "~/.ssh/git";
|
||||
in
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
package = pkgs.openssh_gssapi;
|
||||
compression = true;
|
||||
controlMaster = "auto";
|
||||
controlPersist = "10m";
|
||||
|
@ -67,13 +68,15 @@ in
|
|||
user = "r5";
|
||||
extraOptions = {
|
||||
VerifyHostKeyDNS = "yes";
|
||||
GSSAPIAuthentication = "yes";
|
||||
};
|
||||
};
|
||||
"*.agdsn.network" = {
|
||||
user = "r5";
|
||||
extraOptions = {
|
||||
ProxyJump = "dijkstra";
|
||||
# ProxyJump = "dijkstra";
|
||||
VerifyHostKeyDNS = "yes";
|
||||
GSSAPIAuthentication = "yes";
|
||||
};
|
||||
};
|
||||
"git@git.agdsn.de" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue