openssh greeting fixes
This commit is contained in:
parent
447778eb46
commit
fe091504d0
4 changed files with 24 additions and 8 deletions
|
|
@ -4,10 +4,8 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PermitRootLogin = "no";
|
||||
extraConfig = ''
|
||||
PrintLastLog no
|
||||
'';
|
||||
};
|
||||
programs.fish.interactiveShellInit = ''
|
||||
if set -q SSH_CONNECTION
|
||||
neofetch
|
||||
end
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue