From: ian Date: Thu, 1 Aug 2002 12:51:53 +0000 (+0000) Subject: AIX; nCipher keys; greenock X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=facacfb22f09fe7c34ae5c6cdeaa62397322b3f9;p=ian-dotfiles.git AIX; nCipher keys; greenock --- diff --git a/config b/config index 34c9607..16e37cc 100644 --- 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 ?"; } diff --git a/files/_.ssh_authorized__keys b/files/_.ssh_authorized__keys index 3375033..700ebcb 100644 --- a/files/_.ssh_authorized__keys +++ b/files/_.ssh_authorized__keys @@ -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 +@@;@@# diff --git a/files/personal_scripts_bin_xloadt b/files/personal_scripts_bin_xloadt index b81aa60..53c8e3a 100755 --- a/files/personal_scripts_bin_xloadt +++ b/files/personal_scripts_bin_xloadt @@ -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) {