Method for keeping SSH up to date?

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Method for keeping SSH up to date?

    Hi all,

    I am responsible for 13+ Solaris servers, some running 8 and some
    running 9.

    What is the best way to keep Open SSH up to date? I need to use TCP
    Wrappers so I dont think I can just install the package from
    sun.freeware (or can I?) and they are all at different versions.

    I don't want to have to compile it on every box, is there a way to
    compile it on one box for each version and create an install package
    to propgate to the other systems?

    Any info helpful,
    Tonij Guest

  2. Similar Questions and Discussions

    1. Best Method to insert a Date into a MySQL database?
      Dear all, I would like to know which is the best method to insert date into a field in a table of a MySQL database and be able in the future to...
    2. Is creationComplete=method() or initialize=method() theright solution for such kind of problem or ...?
      Hi everybody, I am using web service in my flex application and I want to visualize some data from collection of objects taht I receive from my Web...
    3. Keeping them Seperated...
      Hi. I've got ten draggable sprites that all snap to a grid behavior, and I need them to stay seperate as the user positions them. I am currently...
    4. Keeping up to date with patches
      Hi all, I have a couple of quick questions in order to clarify my thoughts on Sun security and bug-fix patches. Firstly, am I right in...
    5. Keeping the number.
      How do you keep a number 2.1654 and not make it change back to a whole number? MS Access 97 and 2000
  3. #2

    Default Re: Method for keeping SSH up to date?

    In article <358db3cc.0404200649.2bda1d0@posting.google.com> , Tonij wrote:
    > What is the best way to keep Open SSH up to date?
    Use pkg-get. Instructions and a whole lot useful info available at
    [url]www.blastwave.org[/url].


    --
    Mr. Mikael Holm, +358505862479, +358445862479
    mikael.holm(a)lut.fi, [url]http://www2.lut.fi/~holm/[/url]
    Pellonmäenraitti 5 B 12, FI-53850 LAPPEENRANTA
    Mikael Holm Guest

  4. #3

    Default Re: Method for keeping SSH up to date?

    On 20 Apr 2004 07:49:13 -0700, Tonij <tonij67@hotmail.com> wrote:
    >
    > I don't want to have to compile it on every box, is there a way to
    > compile it on one box for each version and create an install package
    > to propgate to the other systems?
    Yes, you can either use sunfreeware's packages if you like them, or
    you can roll your own, and then package it. The guy who runs sunfreeware.com
    has a very good "howto" document on how to create Solaris packages. It's
    not a trivial process, but it's pretty straightforward with good
    instructions (which his are).

    Dave Hinz

    Dave Hinz Guest

  5. #4

    Default Re: Method for keeping SSH up to date?

    [email]tonij67@hotmail.com[/email] (Tonij) wrote in message news:<358db3cc.0404200649.2bda1d0@posting.google.c om>...
    > Hi all,
    >
    > I am responsible for 13+ Solaris servers, some running 8 and some
    > running 9.
    >
    > What is the best way to keep Open SSH up to date? I need to use TCP
    > Wrappers so I dont think I can just install the package from
    > sun.freeware (or can I?) and they are all at different versions.
    >
    > I don't want to have to compile it on every box, is there a way to
    > compile it on one box for each version and create an install package
    > to propgate to the other systems?
    >
    > Any info helpful,

    Subscribe to Sun Alerts and use the patches that Sun distributes.

    Mark
    Mark Daniels Guest

  6. #5

    Default Re: Method for keeping SSH up to date?

    [email]tonij67@hotmail.com[/email] (Tonij) writes:
    >What is the best way to keep Open SSH up to date? I need to use TCP
    >Wrappers so I dont think I can just install the package from
    >sun.freeware (or can I?) and they are all at different versions.
    I'm fond of having a shared /usr/local/encap tree, and building
    new versions when necessary by updating my .ep files:

    [url]http://www.ks.uiuc.edu/Development/Computers/docs/sysadmin/Build/files/encap/openssh-3.8p1.ep[/url]

    You can then run SSH out of inetd, or just restart the daemon by
    hand via script.

    (I know I'm begging a lot more questions than I'm answering.)

    - Tim Skirvin (tskirvin@ks.uiuc.edu)
    --
    Theoretical and Computational [url]http://www.ks.uiuc.edu/~tskirvin/[/url]
    Biophysics, Beckman Institute, UIUC Senior Systems Administrator
    Tim Skirvin Guest

  7. #6

    Default Re: Method for keeping SSH up to date?

    [email]mdhmi@yahoo.com[/email] (Mark Daniels) wrote in message news:<7ee5b960.0404200924.469e13b7@posting.google. com>...
    > [email]tonij67@hotmail.com[/email] (Tonij) wrote in message news:<358db3cc.0404200649.2bda1d0@posting.google.c om>...
    > > Hi all,
    > >
    > > I am responsible for 13+ Solaris servers, some running 8 and some
    > > running 9.
    > >
    > > What is the best way to keep Open SSH up to date? I need to use TCP
    > > Wrappers so I dont think I can just install the package from
    > > sun.freeware (or can I?) and they are all at different versions.
    > >
    > > I don't want to have to compile it on every box, is there a way to
    > > compile it on one box for each version and create an install package
    > > to propgate to the other systems?
    > >
    > > Any info helpful,
    >
    >
    > Subscribe to Sun Alerts and use the patches that Sun distributes.
    >
    > Mark

    Thanks,

    Does Sun supply patches for Openssh? (sorry, didnt make that clear, I
    am not using Suns ssh)
    >"Yes, you can either use sunfreeware's packages if you like them, or
    >you can roll your own, and then package it. The guy who runs
    sunfreeware.com
    >has a very good "howto" document on how to create Solaris packages.
    It's
    >not a trivial process, but it's pretty straightforward with good
    >instructions (which his are).
    "

    I will look into that site.

    Does anyone know if Sunfreewars versions of SSH includes TCP Wrapper
    support? If it does than I have my answer...if not then it is back to
    the drawing board.
    Tonij Guest

  8. #7

    Default Re: Method for keeping SSH up to date?

    Mikael Holm wrote:
    >
    > In article <358db3cc.0404200649.2bda1d0@posting.google.com> , Tonij wrote:
    > > What is the best way to keep Open SSH up to date?
    >
    > Use pkg-get. Instructions and a whole lot useful info available at
    > [url]www.blastwave.org[/url].
    SVR4 packaging is the first choice. It isn't trivial for the first time.
    But easy to build an updated package from the previous packaging stage.

    If the keys and config files are allready present, you can simply
    tar/pax/cpio the bins and libs and unpack on the target machine.

    ---
    Uli

    (Reply to ulrich <dot> link <domain-delimiter> epost <dot> de)
    Uli Link Guest

  9. #8

    Default Re: Method for keeping SSH up to date?

    In article <c63le9$7j5pa$1@ID-134476.news.uni-berlin.de>,
    Dave Hinz <davehinz@spamcop.net> wrote:
    >On 20 Apr 2004 07:49:13 -0700, Tonij <tonij67@hotmail.com> wrote:
    >>
    >> I don't want to have to compile it on every box, is there a way to
    >> compile it on one box for each version and create an install package
    >> to propgate to the other systems?
    >
    >Yes, you can either use sunfreeware's packages if you like them, or
    >you can roll your own, and then package it. The guy who runs sunfreeware.com
    >has a very good "howto" document on how to create Solaris packages. It's
    >not a trivial process, but it's pretty straightforward with good
    >instructions (which his are).
    OpenSSH ships with a package builder in contrib/solaris. Building a
    package is simply a matter of:
    $ ./configure && make && contrib/solaris/buildpkg.sh

    --
    Darren Tucker (dtucker at zip.com.au)
    GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
    usually comes from bad judgement.
    Darren Tucker Guest

  10. #9

    Default Re: Method for keeping SSH up to date?

    On Wed, 21 Apr 2004 14:48:49 +0000 (UTC), Darren Tucker <dtucker@dodgy.net.au> wrote:
    > In article <c63le9$7j5pa$1@ID-134476.news.uni-berlin.de>,
    > Dave Hinz <davehinz@spamcop.net> wrote:
    >>
    >>The guy who runs sunfreeware.com
    >>has a very good "howto" document on how to create Solaris packages. It's
    >>not a trivial process, but it's pretty straightforward with good
    >>instructions (which his are).
    >
    > OpenSSH ships with a package builder in contrib/solaris. Building a
    > package is simply a matter of:
    > $ ./configure && make && contrib/solaris/buildpkg.sh
    Interesting, I hadn't seen that one. Thanks, will check it out. Still
    good to do it by hand once or twice just so you know what goes into it,
    but nice to know there's a script as well.

    Dave Hinz

    Dave Hinz Guest

  11. #10

    Default Re: Method for keeping SSH up to date?

    [email]dtucker@dodgy.net.au[/email] (Darren Tucker) wrote in message news:<c661kh$ock$1@gate.dodgy.net.au>...
    > In article <c63le9$7j5pa$1@ID-134476.news.uni-berlin.de>,
    > Dave Hinz <davehinz@spamcop.net> wrote:
    > >On 20 Apr 2004 07:49:13 -0700, Tonij <tonij67@hotmail.com> wrote:
    > >>
    > >> I don't want to have to compile it on every box, is there a way to
    > >> compile it on one box for each version and create an install package
    > >> to propgate to the other systems?
    > >
    > >Yes, you can either use sunfreeware's packages if you like them, or
    > >you can roll your own, and then package it. The guy who runs sunfreeware.com
    > >has a very good "howto" document on how to create Solaris packages. It's
    > >not a trivial process, but it's pretty straightforward with good
    > >instructions (which his are).
    >
    > OpenSSH ships with a package builder in contrib/solaris. Building a
    > package is simply a matter of:
    > $ ./configure && make && contrib/solaris/buildpkg.sh
    I am unable to find any contrib directory on my system. I did a find
    from / and turned up nothing, why would I not have it? Is it certain
    versions of SSH only?

    TIA
    Tonij Guest

  12. #11

    Default Re: Method for keeping SSH up to date?

    On 26 Apr 2004 13:56:26 -0700, Tonij <tonij67@hotmail.com> wrote:
    > [email]dtucker@dodgy.net.au[/email] (Darren Tucker) wrote in message news:<c661kh$ock$1@gate.dodgy.net.au>...
    >>
    >> OpenSSH ships with a package builder in contrib/solaris. Building a
    >> package is simply a matter of:
    >> $ ./configure && make && contrib/solaris/buildpkg.sh
    >
    > I am unable to find any contrib directory on my system. I did a find
    > from / and turned up nothing, why would I not have it? Is it certain
    > versions of SSH only?
    It would probably be easiest for you to download the pre-compiled package
    available at sunfreeware.org and installing that.

    Dave Hinz
    Dave Hinz Guest

  13. #12

    Default Re: Method for keeping SSH up to date?

    In article <358db3cc.0404261256.3941446b@posting.google.com >,
    Tonij <tonij67@hotmail.com> wrote:
    >dtucker@dodgy.net.au (Darren Tucker) wrote in message news:<c661kh$ock$1@gate.dodgy.net.au>...
    >> OpenSSH ships with a package builder in contrib/solaris. Building a
    >> package is simply a matter of:
    >> $ ./configure && make && contrib/solaris/buildpkg.sh
    >
    >I am unable to find any contrib directory on my system. I did a find
    >from / and turned up nothing, why would I not have it? Is it certain
    >versions of SSH only?
    It's in the OpenSSH source tarball which you can get from one of the
    mirrors listed at [url]http://www.openssh.com/portable.html#mirrors[/url]
    It's been there since (at least) OpenSSH 3.0x.

    --
    Darren Tucker (dtucker at zip.com.au)
    GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
    usually comes from bad judgement.
    Darren Tucker Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139