feat: add some changes & fixes
parent
359f59d800
commit
4ce1b3be9a
|
|
@ -29,6 +29,7 @@
|
||||||
# Authentication:
|
# Authentication:
|
||||||
|
|
||||||
#LoginGraceTime 2m
|
#LoginGraceTime 2m
|
||||||
|
#PermitRootLogin prohibit-password
|
||||||
PermitRootLogin yes
|
PermitRootLogin yes
|
||||||
#StrictModes yes
|
#StrictModes yes
|
||||||
#MaxAuthTries 6
|
#MaxAuthTries 6
|
||||||
|
|
|
||||||
|
|
@ -37,8 +37,8 @@ neofetch=`neofetch \
|
||||||
--colors $TITLE_COLOR $AT_COLOR $UNDERLINE_COLOR $SUBTITLE_COLOR $COLON_COLOR $INFO_COLOR \
|
--colors $TITLE_COLOR $AT_COLOR $UNDERLINE_COLOR $SUBTITLE_COLOR $COLON_COLOR $INFO_COLOR \
|
||||||
--color_blocks off \
|
--color_blocks off \
|
||||||
--ascii_colors $OS_COLOR \
|
--ascii_colors $OS_COLOR \
|
||||||
# --ascii_distro macos # debug
|
|
||||||
`
|
`
|
||||||
|
# --ascii_distro macos # debug
|
||||||
|
|
||||||
hostName=`uname -n`
|
hostName=`uname -n`
|
||||||
diskSpace=`df -Ph | grep xvda1 | awk '{print $4}' | tr -d '\n'`
|
diskSpace=`df -Ph | grep xvda1 | awk '{print $4}' | tr -d '\n'`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue