1770523020
This commit is contained in:
@@ -2,23 +2,22 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
matchBlocks = {
|
extraConfig = "
|
||||||
"localhost" = {
|
Host localhost
|
||||||
extraOptions.UserKnownHostsFile = "/dev/null";
|
UserKnownHostsFile /dev/null
|
||||||
};
|
|
||||||
"tux" = {
|
Host tux
|
||||||
hostname = "tuxworld.usask.ca";
|
HostName tuxworld.usask.ca
|
||||||
user = "atl175";
|
User atl175
|
||||||
};
|
|
||||||
"haschel" = {
|
Host haschel
|
||||||
hostname = "haschel";
|
HostName haschel
|
||||||
user = "fedora";
|
User fedora
|
||||||
};
|
|
||||||
"lloyd" = {
|
Host lloyd
|
||||||
hostname = "lloyd";
|
HostName lloyd
|
||||||
user = "truenas_admin";
|
User truenas_admin
|
||||||
};
|
";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user