One thing puzzled me slightly over the last couple of days. Watching the auth logs I see login attempts with the following user IDs:
2024-11-30 SSH ALLIN1MAIL
2024-11-30 SSH PDP11
2024-11-30 SSH PDP8
2024-11-30 SSH TELEDEMO
2024-11-30 SSH DECMAIL
2024-11-30 SSH DECNET
2024-11-30 SSH SYSMAINT
2024-12-01 SSH SYSTEST_CLIG
which to this #oldfart #greybeard sounds very #DEC #VAX-like.
Anyone else seeing this? Or is somebody out there actually running an Internet-accessible VAX somewhere?
reshared this
Peter N. M. Hansteen
in reply to Peter N. M. Hansteen • • •ltning
in reply to Peter N. M. Hansteen • • •Peter N. M. Hansteen
in reply to ltning • • •Garrett Wollman
in reply to Peter N. M. Hansteen • • •Peter N. M. Hansteen
in reply to Garrett Wollman • • •@wollman @ltning Yes, and I only really notice new ones (as in not already in the local parts of spamtraps here).
So I was understandably surprised that relics of the past turn up like that *now* instead of way back when I started collecting imaginary friends for them.
Alfred M. Szmidt
in reply to Peter N. M. Hansteen • • •Peter N. M. Hansteen reshared this.
PopeASDF
in reply to Peter N. M. Hansteen • • •Doktor Overcomma
in reply to Peter N. M. Hansteen • • •Doktor Overcomma
in reply to Doktor Overcomma • • •# cat /var/log/auth.log >> /tmp/auth.log
# awk '/closed by invalid user/ {print $11, $12}' /tmp/auth.log | sort | egrep -i 'allin1mail|pdp11|pdp8|teledemo|decmail|decnet|sysmaint|systest_clig'
ALLIN1MAIL 92.255.57.132
DECMAIL 92.255.57.132
DECNET 92.255.57.132
DECNET 92.255.57.132
PDP11 92.255.57.132
PDP8 92.255.57.132
SYSMAINT 92.255.57.132
SYSMAINT 92.255.57.132
SYSMAINT 92.255.57.132
SYSTEST_CLIG 92.255.57.132
TELEDEMO 92.255.57.132
Peter N. M. Hansteen
in reply to Doktor Overcomma • • •christian mock
in reply to Peter N. M. Hansteen • • •silverwizard
in reply to Peter N. M. Hansteen • •Justin Derrick likes this.
slash
in reply to Peter N. M. Hansteen • • •