soycharliente Posted February 8, 2013 Share Posted February 8, 2013 I'm not 100% on the vocabulary to articulate what I need, so please bear with me. I inherited a server at work. I login through SSH and as soon as I get done typing in the password, it displays the last login date/time and a large ASCII drawing. I have tried looking in a number of places, but I cannot for the life of me figure out where this drawing is being pulled from. Reading around online leads me to looking at directories/files such as /etc/profile, /etc/profile.d, and ~/.bash_profile. I don't see anything related to this drawing. Anyone up for helping me through finding where this comes from? Link to comment https://forums.phpfreaks.com/topic/274221-tracking-down-login-process/ Share on other sites More sharing options...
Christian F. Posted February 8, 2013 Share Posted February 8, 2013 That's the fortune cookie. If you run man fortune in the shell, you'll get the necessary information on how to use it. fortune -f lists the files used by fortune to show the cookies from. Link to comment https://forums.phpfreaks.com/topic/274221-tracking-down-login-process/#findComment-1411085 Share on other sites More sharing options...
kicken Posted February 8, 2013 Share Posted February 8, 2013 Check /etc/motd. That file is displayed after login. If the drawing is not in there it is likely being generated by a program that is run during the profile setup. Link to comment https://forums.phpfreaks.com/topic/274221-tracking-down-login-process/#findComment-1411096 Share on other sites More sharing options...
soycharliente Posted February 9, 2013 Author Share Posted February 9, 2013 If you run man fortune in the shell, you'll get the necessary information on how to use it. [root@localhost ~]# man fortune No manual entry for fortune Check /etc/motd. That's it! Thanks for the help! Link to comment https://forums.phpfreaks.com/topic/274221-tracking-down-login-process/#findComment-1411292 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.