LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Custom welcome-message? (https://www.linuxquestions.org/questions/linux-software-2/custom-welcome-message-92953/)

herc 09-15-2003 06:36 AM

Custom welcome-message?
 
Hi,
How can I create a welcome-message of my own which is seen when logged into my server?

german 09-15-2003 06:42 AM

in /etc/sshd.conf there should be a parameter called "banner" or something. Point that at the file you want to use.

HTH

B.

druuna 09-15-2003 06:53 AM

Also take a look at /etc/motd

- The contents of /etc/motd are displayed by login(1) after a successful login but just before it executes the login shell.

herc 09-15-2003 06:56 AM

hmm, doesnt work? :confused:

I made a file and referred to it there, then restarted sshd

german 09-15-2003 06:57 AM

that line is commented by default in sshd.conf. Remove the comment and try again ;)

B.

herc 09-15-2003 07:01 AM

Quote:

Originally posted by druuna
Also take a look at /etc/motd

- The contents of /etc/motd are displayed by login(1) after a successful login but just before it executes the login shell.

That was what I was looking for, thanks!

Thymox 09-16-2003 06:02 PM

There is also Linux Logo
Find it here:
http://www.deater.net/weave/vmwprod/linux_logo/

tommytomato 05-20-2004 01:57 AM

Hi guys, how did you get the banner going, the install went in ok, but i'm kind of lost were to add the logo..

help please

TT

tommytomato 05-20-2004 02:13 AM

I know know what i did wrong but this is what i got, no colour



Code:

login as: root
# Original Linux_Logo logo
# Drawn by Vince Weaver, from a pbm2ansi of Larry Ewing's original Tux

SYSINFO_POSITION right

DESCRIPTION_STRING The Classic Logos

BEGIN_LOGO
[0;1;30;44m.........[40m      [44m.......[40m
[1;44m........[40m        [44m......[2C[47mLL[5CIIIIII[1CNN[3CNN[1CUU[2CUU[1CXX[2CXX[40m
[1;30;44m........[40m [47m  [40m [47m  [40m  [44m......[2C[47mLL[7CII[3CNNN[2CNN[1CUU[2CUU[2CXXXX[40m
[1;30;44m........[40m [47m [40m  [47m [40m  [44m.....[2C[47mLL[7CII[3CNNNN[1CNN[1CUU[2CUU[3CXX[40m
[1;30;44m........[40m  [43m    [40m  [44m.....[2C[47mLL[7CII[3CNN[1CNNNN[1CUU[2CUU[2CXXXX[40m
[1;30;44m........[40m [0;30;43m`----'[40m  [1;44m.....[2C[47mLLLLLL[1CIIIIII[1CNN[3CNN[2CUUUU[2CXX[2CXX[40m
[1;30;44m........[40m [47m.[37m....[30m.[40m  [44m....[40m
[1;30;44m.......[40m [47m........[40m    [44m..[40m
[1;30;44m.......[40m [47m.........[40m    [44m.[40m
[1;30;44m.......[40m [47m.........[40m    [30;44m.[40m
[1;30;44m......[40m [47m..........[40m
[1;30;44m.....[40m  [47m..........[40m
[1;30;44m.....[43m  [30;47m........[43m  [40m
[1;30;44m...[43m    [47m........[43m    [40m
[1;30;44m.[43m      [47m........[43m      [40m
[1;30;44m.[43m      [40m [47m......[40m [43m      [40m

END_LOGO

BEGIN_ASCII_LOGO
        $$$$$$
        $$$$$$$$        LL    IIIIII NN  NN UU  UU XX  XX
        $  $  $$        LL      II  NNN  NN UU  UU  XXXX
        $/o$o\$$        LL      II  NNNN NN UU  UU  XX
        $////$$$$      LL      II  NN NNNN UU  UU  XXXX
        <<<<<$$$$      LLLLLL IIIIII NN  NN  UUUU  XX  XX
        $......$$$
      $........$$$$
      $.........$$$$
      $.........$$$$
      $..........$$$$$
    $$..........$$$$$
    ###........###$$$
  #####........####$$
 #######........######
 #######$......$######

END_ASCII_LOGO

TT


All times are GMT -5. The time now is 04:23 AM.