add randomwp
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
controlMaster = "auto";
|
||||
|
||||
matchBlocks."bmo.uio.no" = {
|
||||
hostname = "bmo.uio.no";
|
||||
extraOptions = {
|
||||
ControlMaster = "auto";
|
||||
ControlPath = "$XDG_RUNTIME_DIR/ssh/%r@%h:%p";
|
||||
setEnv = {
|
||||
# TERM = "xterm-256color";
|
||||
};
|
||||
hostname = "bmo.uio.no";
|
||||
forwardAgent = false;
|
||||
proxyJump = "torjus@rlogin.uio.no";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user