1770510070
This commit is contained in:
18
modules/home/ssh.nix
Normal file
18
modules/home/ssh.nix
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
programs.ssh = {
|
||||||
|
extraConfig = "
|
||||||
|
Host localhost
|
||||||
|
UserKnownHostsFile /dev/null
|
||||||
|
|
||||||
|
Host tux
|
||||||
|
HostName tuxworld.usask.ca
|
||||||
|
User atl175
|
||||||
|
|
||||||
|
Host haschel
|
||||||
|
HostName haschel
|
||||||
|
User fedora
|
||||||
|
|
||||||
|
Host lloyd
|
||||||
|
HostName lloyd
|
||||||
|
User truenas_admin
|
||||||
|
";
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user