Results 1 to 7 of 7

Thread: system info on ssh login - one does, one does not

  1. #1
    Join Date
    Aug 2006
    Location
    Nashville, TN.
    Beans
    106
    Distro
    Ubuntu 16.04 Xenial Xerus

    system info on ssh login - one does, one does not

    I have two 10.04.1LTS command line servers running different overall jobs. One is an upgrade that started as 9.10 and was upgraded to 10.04LTS when it came out. It has since been upgraded to a 10.04.1LTS server. It's ssh login displays the following:
    Code:
    bob@b-desktp:~$ ssh admin@192.168.0.153
    admin@192.168.0.153's password: 
    Linux server.nnbob.net 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC 2010 i686 GNU/Linux
    Ubuntu 10.04.1 LTS
    
    Welcome to Ubuntu!
     * Documentation:  https://help.ubuntu.com/
    
    No mail.
    Last login: Mon Dec 27 16:33:51 2010 from bob-desktp.nnbob.net
    My newer 10.04.1LTS server ssh login displays:
    Code:
    bob@b-desktp:~$ ssh admin@192.168.0.151
    admin@192.168.0.151's password: 
    Linux bckppc.nnbob.net 2.6.32-27-generic-pae #49-Ubuntu SMP Thu Dec 2 00:07:52 UTC 2010 i686 GNU/Linux
    Ubuntu 10.04.1 LTS
    
    Welcome to Ubuntu!
     * Documentation:  https://help.ubuntu.com/
    
      System information as of Mon Dec 27 17:18:52 CST 2010
    
      System load:  0.0               Processes:           98
      Usage of /:   11.8% of 2.54GB   Users logged in:     0
      Memory usage: 8%                IP address for eth0: 192.168.0.151
      Swap usage:   0%
    
      Graph this data and manage this system at https://landscape.canonical.com/
    
    No mail.
    Last login: Mon Dec 27 17:00:10 2010 from b-desktp.nnbob.net
    Notice the nice system information presented there. How do I get the other (upgraded) server to do that too?

  2. #2
    Join Date
    Aug 2006
    Location
    Nashville, TN.
    Beans
    106
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: system info on ssh login - one does, one does not

    Um-m-m-m, anybody?

  3. #3
    Join Date
    Aug 2010
    Location
    hole
    Beans
    419
    Distro
    Ubuntu

    Re: system info on ssh login - one does, one does not

    Last edited by elico; January 7th, 2011 at 04:25 PM.

  4. #4
    Join Date
    Aug 2006
    Location
    Nashville, TN.
    Beans
    106
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: system info on ssh login - one does, one does not

    Thanks, elico.

    I installed this and it didn't quite create the same output as the 'newer' computer but, I will not have time to compare some of the configuration files between the two computers until Sunday evening. So, I'll try that then and post any needed results here.

  5. #5
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: system info on ssh login - one does, one does not

    That MOTD is called from landscape-sysinfo.

    It's part of landscape-common.

    You can see if it's installed by running this:
    Code:
    charles@thor:~$ dpkg -l | grep landscape
    ii  landscape-common                1.5.5.1-0ubuntu0.10.04.0                        The Landscape administration system client
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  6. #6
    Join Date
    Aug 2006
    Location
    Nashville, TN.
    Beans
    106
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: system info on ssh login - one does, one does not

    Thanks, CharlesA. That was it!!

  7. #7
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: system info on ssh login - one does, one does not

    Glad you got it sorted.

    You can mark the thread as solved from thread tools.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •