Find the answer to your Linux question:
Results 1 to 2 of 2
Dealing with 7 remote servers I need to know the syntax to find the exact OS they are running on... Obviously they are all running some flavor of Unix. P.S. ...
  1. #1
    Just Joined!
    Join Date
    Apr 2007
    Posts
    1

    Exclamation Command Line Conundrum

    Dealing with 7 remote servers I need to know the syntax to find the exact OS they are running on... Obviously they are all running some flavor of Unix.


    P.S.
    I have just started an internship as a sys admin and this forum has been a great help


    Thanks, Danny

  2. #2
    Linux Enthusiast likwid's Avatar
    Join Date
    Dec 2006
    Location
    MA
    Posts
    649
    You need to place your public key file in .ssh and your actual public key in .authorized_keys2 under the .ssh dir in your home on each server. (or the home of the user you will be sshing from). Then you were a script that uses ssh to execute like uname -a on every one. Something along the lines of that.

Posting Permissions

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