promitheas
So does the DSA take this situation into account? Something like banning products not adhering to it from the EU?
Seems like it was an issue that day. Just clicked and it works
It doesnt load for me. Just gives page unresponsive
This is how i feel as well. I understand im a cog in the machine, but i just want a relatively comfortable life until the sweet embrace of nothingness takes me in
I corrected it and restarted the ssh service and then logged in as test user but it still give the same output. Tbh I havent slept so I think I should leave it until tomorrow and look at it with fresh eyes.
$ cat /usr/local/bin/login-alert.sh
#!/bin/bash
# Sends alerts only for real terminals not cron jobs
if [[ -n "$SSH_CONNECTION" ]]; then
USERNAME=$(whoami)
IP=$(echo $SSH_CONNECTION | awk '{print $1}')
HOST=$(hostname)
DATETIME=$(date)
/usr/local/bin/semail \
-s "[CRITICAL] SSH Login to $HOST" \
-b "Login detected:\n\nUser: $USERNAME\nIP: $IP\nTime: $DATETIME\nTTY: $SSH_TTY"
fi
I feel like since Im already using systemd to monitor the directories it would be best to have everything working with systemd, also because I will be adding several other such functionalities to monitor various things. For example something I already implemented is a systemd service + timer combination to periodically check the main branch of the git repo for changes to the servers local repo, and if there are any to pull them and restart any services necessary to reflect these changes on the web app, then once again email me that that happened. This way i dont need to actually connect to the server to update any changes, just push code to github.
This is my first time doing a project like this, so this might make you seasoned sysadmins yell out in horror, idk, but since Im the only one who can push code to the repo I feel its quite safe, and makes life a lot easier for me xD
Ill remove the dir parameter and add the stdout logging and come back with more info.
As for the subject body, I set those from the -s and -b flags respectively when calling semail
Ill try adding the log options, and come back with results.
As for the sshd config, UsePAM is set to yes.
Yep, its executable.
Ill take B with a side of C
While I dont really have any relatives who skate that does make sense, since probably you all have similar feet shapes. As for the big toe spacing, I found some RB Lightnings that are available in a store near me (sadly closed until almost the end of the month due to summer holidays) and they also have the Lightning Ws which come in smaller sizes but should be the same generally as the mens version. Also, the white+aqua colors are great imo!
Guess I need to wait until the end of the month to actually go and try them on and see how they fit!
Thanks!