Remove batch entry from ssh config
This commit is contained in:
parent
d22f050577
commit
467be4f12a
|
@ -7,10 +7,6 @@
|
||||||
home.packages = with pkgs; [sshfs];
|
home.packages = with pkgs; [sshfs];
|
||||||
programs.ssh.matchBlocks = {
|
programs.ssh.matchBlocks = {
|
||||||
"git.ccfe.ac.uk" = {user = "git";};
|
"git.ccfe.ac.uk" = {user = "git";};
|
||||||
"batch" = {
|
|
||||||
user = "cxsbatch";
|
|
||||||
hostname = "heimdall115.jetdata.eu";
|
|
||||||
};
|
|
||||||
"jupyter" = {
|
"jupyter" = {
|
||||||
hostname = "freia022.hpc.l";
|
hostname = "freia022.hpc.l";
|
||||||
localForwards = [
|
localForwards = [
|
||||||
|
|
Loading…
Reference in a new issue