chiark / gitweb /
AIX; nCipher keys; greenock
authorian <ian>
Thu, 1 Aug 2002 12:51:53 +0000 (12:51 +0000)
committerian <ian>
Thu, 1 Aug 2002 12:51:53 +0000 (12:51 +0000)
config
files/_.ssh_authorized__keys
files/personal_scripts_bin_xloadt

diff --git a/config b/config
index 34c9607734cbec74f2cc7a1f666321b8f81d03e6..16e37cc27a06d339622dc74e5b2ca45abd9539f8 100644 (file)
--- a/config
+++ b/config
@@ -30,6 +30,10 @@ if ($uname =~ m/^Linux$/) {
     chomp($_= `uname -r`); $? and die "platform $?";
     m/^B\.(\d+\.\d+)$/ or die "$_ ?";
     $platform= "HP-UX$1";
+} elsif ($uname =~ m/^AIX/) {
+    chomp($_= `uname -rv`); $? and die "platform $?";
+    m/^\d+ (\d+)$/ or die "$_ ?";
+    $platform= "AIX$1";
 } else {
     die "$uname ?";
 }
index 3375033039b6a006afbbfdadf5d80a4c8f02bf9f..700ebcb64db5e2bb474e0b7a45f1c0647021864a 100644 (file)
@@ -1 +1,9 @@
+@@?$ncipher?@@@@#
+1024 35 124727093412869632210263466417759242176790041687223093518914962129684023865952801914633807133755957225954278607077890842192959548391801041329501180145555377246506227504828656309512118726200550407574141947474234643175425541196125080366794434559997737586651352988080871785769962995754972148401196674851406329533 iwj@jura
+1024 35 135047455186571843789905571461945788275487904273952799234884182791638391546698100438749397661361178522316171137229882562124078333098401119682569663784772893574153874302122949096568131843594317192162954024097127739981884906438565334258376559799523769409732386846697962043742250146214988585802131763619509305509 iwj@arrakis
+1024 35 148780507378541680494280394108554299015037193585292512851812455915529658349865812687568891228487704660170331711931348193171516881257175763082076084596513815163768197764684788055990975969082961319931599344140263610714054218278566122307211482149172102613250471032726893903298818190491384104033084902392054166859 iwj@pell.ncipherusa.com
+1024 35 155700069287664501281681012869914271738712974299223445134728148917038244934339506504036512587991354975597079464444531884524081235753658398521680648485217523189744866663620343244202894740688556556622894141027300629903247301893674346724263212189132860262301370559174882976578675034232773283098826237416726866517 iwj@newry
+1024 35 167024110043807390607791306968454709497383749367015887174525332872314230930819309173928755814031476357971033137981565695750851881200107954702727545222482244305854125457318066584672832766743125764695178980303010103131554068164375735120099921543449674127090714858103433637118604657374828557743842903894941567989 iwj@glastonbury
+@@:@@#
 1024 33 117385851636815625794682045272670348226429528350378659864768391051250351542749258151009620656468243493947746468877869045185455056624320499676925131648425561713585082385383007825961112176954557838606529291118468652728777501137394895737487546704720843287182661898072134181879704222022988749029714875365204438999 ian@anarres
+@@;@@#
index b81aa60d15ccf0b9da4075f7aebf1894ae497a7f..53c8e3af47fd741c5d4ab53078b1a070f62ae434 100755 (executable)
@@ -6,7 +6,7 @@ xlsclients | egrep \
 xload -geometry 120x120+@@
 
 @hostlist= ($ncipher eq 'bos' ? qw(viking dover pell arrakis) :
-            $ncipher eq 'cam' ? qw(jura islay dover dounreay marple belgrano) :
+            $ncipher eq 'cam' ? qw(jura islay dover dounreay marple belgrano greenock) :
             qw(davenant anarres lsd));
 for ($i=0; $i<@hostlist; $i++) { last if $hostlist[$i] eq $nodename; }
 if ($i>=@hostlist) {