fix ssh banner
This commit is contained in:
parent
ef3045a739
commit
069540451b
5 changed files with 5 additions and 5 deletions
|
|
@ -23,7 +23,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.etc."ssh/banner" = ''
|
||||
environment.etc."ssh/banner".text = ''
|
||||
__ __
|
||||
/\ \__ __ /\ \
|
||||
___ ___ __ \ \ ,_\ _ __ /\_\ __ _ ___ ___ ___\ \ \____
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.etc."ssh/banner" = ''
|
||||
environment.etc."ssh/banner".text = ''
|
||||
__
|
||||
/\ \
|
||||
___ ___ \_\ \
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.etc."ssh/banner" = ''
|
||||
environment.etc."ssh/banner".text = ''
|
||||
__
|
||||
__/\ \__ __
|
||||
___ ___ ___ ___ /\_\ \ ,_\ ___ _ __ /\_\ ___ __
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
'';
|
||||
};
|
||||
|
||||
environment.etc."ssh/banner" = ''
|
||||
environment.etc."ssh/banner".text = ''
|
||||
___
|
||||
/\_ \
|
||||
____ __ \//\ \
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.etc."ssh/banner" = ''
|
||||
environment.etc."ssh/banner".text = ''
|
||||
__ __ __ __ __ __ __ __ __
|
||||
/\ \/\ \/\ \/\ \/\ \/\ \/\ \/\ \/\ \
|
||||
\ \ \_/ \_/ \ \ \_/ \_/ \ \ \_/ \_/ \
|
||||
|
|
|
|||
Loading…
Reference in a new issue