Displaying 10 results from an estimated 10 matches for "sshdsakey".
2007 Apr 04
5
sshkey
Hello all,
How are you using the sshkey type? Are you using it to list hosts and keys in a class that nodes include in order to manage /etc/ssh/ssh_known_hosts or something else? How does any of this relate to the sshrsakey and sshdsakey facts on the host? I read some stuff about this on the Virtual Resources page but it''s too vague for my simple mind and I''d be reluctant to use experimental code anyway.
All the best,
Adam Kosmin
_______________________________________________
Puppet-users mailing list
Puppet-...
2009 Dec 09
3
facter 1.5.7 all lsb* items missing
...E7450 @ 2.40GHz
processorcount => 2
productname => VMware Virtual Platform
ps => ps -ef
puppetversion => 0.24.8
rubysitedir => /usr/lib/ruby/site_ruby/1.8
rubyversion => 1.8.5
selinux => false
serialnumber => VMware-50 10 78 a0 ba 0f ad 0a-3d 47 f5 59 99 22 bd b8
sshdsakey =>
sshrsakey =>
swapfree => 1.45 GB
swapsize => 2.00 GB
timezone => CST
type => Other
uniqueid => xxxxxx
uptime => 17 days
uptime_days => 17
uptime_hours => 416
uptime_seconds => 1499360
virtual => vmware
--
You received this message because you are subscribed...
2008 Jan 18
7
puppet 0.23.2 can''t collect exported resources
hi,guys
I''m test the resources export and collect , OS is Debian etch and
sarge, puppet server and client version all of the 0.23.2 ; the db is
MySQL-4.1
My test code is like this.
node ''b'' {
@@file {"/tmp/a": ensure => present ,content => "test"; }
}
node ''a'' {
File <<||>>
}
I run puppetd on
2007 Aug 29
4
Newbie stuck on facter not finding hostname
...stname is still nil
value for hostname is still nil
value for kernel is still nil
value for operatingsystem is still nil
domain => my.domain.com
facterversion => 1.3.7
ps => ps -ef
puppetversion => 0.22.4
rubysitedir => /usr/local/puppet/lib/ruby/site_ruby/1.8
rubyversion => 1.8.2
sshdsakey => (....the dsa key...)
sshrsakey => (...the rsa key...)
I couldn''t find any reference to this issue anywhere...if it''s
documented or someone''s seen it and can point me in the right direction,
I''d be most appreciative.
Alternatively, if someone can poin...
2010 Jun 06
19
Collecting _all_ ssh keys
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hello,
I read and find a way (well, there seems to be several equal
implementations) to collect the ssh keys of machines. However they all
give only the choice to choose between the key formats.
But is there a way to collect both keys of a machine, the rsa _and_ the
dss key (and maybe the rsa1 too)? I didn''t find a way to solve this as
2007 May 10
3
Bug or misconfiguration? Trying to add local user in NIS environment
...) Xeon(TM) CPU 2.80GHz
processor5 => Intel(R) Xeon(TM) CPU 2.80GHz
processor6 => Intel(R) Xeon(TM) CPU 2.80GHz
processor7 => Intel(R) Xeon(TM) CPU 2.80GHz
processorcount => 8
ps => ps -ef
puppetversion => 0.22.4
rubysitedir => /usr/lib/ruby/site_ruby/1.8
rubyversion => 1.8.4
sshdsakey => AAAAB3NzaC1kc3MAAACBAN/gekgppHT+IrwOqAHsou/Z5ykIF83UiAUbBTQ7yuP1PWyE9/Jz4itjIr3U6BVtwy0SEmiRmPAbyP+Atov0FaUkdL/Fa74m5H+lp42crOQeYQsARPOEgwK7+W4t4zF6o7Xz5M0wAoLEKu4+Vxkj1WMR7dBsLJQBlUGWo1Qwr/hlAAAAFQDttPulTbdZFRp5eyytn7L3A9jKCQAAAIB1ny46tEgQWPgcz6XKmdSt+Q3DVxRi96HLfLLf+p6h38BYB7dRQ/Y0RUlbk/cDN...
2009 Feb 12
2
"Could not find server puppet" - installation/configuration error
...5.10
macaddress => 0:14:4f:2:5c:7e
macaddress_e1000g0 => 0:14:4f:2:5c:7e
netmask_e1000g0 => 255.255.255.224
operatingsystem => Solaris
operatingsystemrelease => 10_u5
ps => ps -ef
puppetversion => 0.24.7
rubysitedir => /opt/csw/lib/ruby/site_ruby/1.8
rubyversion => 1.8.7
sshdsakey => AAAAB3NzaC1kc3MAAACBANmXV6SFPirKW1AbldTqwTJKlCpuV/
MiQA7uIBh7dchIU2v5cEMNSaixc7iGucCzlJvRElFZNlu
+j8VcZc62tfLy5cWGiZIM1IVJRZTx
+cl7yvCC3MYcDd9EMQV60akonSMbFgCacBMRIntYl2VonuuHMzjIoKIMYfYHB8vbaSKjAAAAFQC24hy7Sx5Ze7SVT3p4CBVKVtS0ZQAAAIEAyik4x5B4Kzd5xV5rNhBBm98MlQZu
+Lj6xllNj9rbAMpm7iSUzQTLyCRF4...
2007 Jun 04
16
Puppet installation and observations
Greeting Puppeteers,
( I sent this from the wrong address so it may be a duplicate post
after moderation )
I recently discovered puppet from the debian administration site and
thought I might install it after BASHING my head against cfengine the
last 3 times I tried to install it.
I installed puppetmaster on my primary server and dropped puppet on a
couple of xen virtuals.
It worked
2013 Apr 18
4
fact_stomp_server
Does anyone have any insight into this error message?
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
The fact named fact_stomp_server does not appear to be a valid hostname.
The value of '''' does not match ''^[a-zA-Z0-9.-]+$''. A common cause of this
problem is running puppet agent as a normal user instead of root, or the
fact is
2008 Jul 01
6
OpenVZ configuration of networking with puppet - big crash
I am trying to streamline the current distribution specific setup and
creation of VE''s within OpenVZ with puppet. My first attempt has gone
horribly wrong as you will see below. Here''s the script I wrote to
replace the redhat specific setup that OpenVZ used:
[jleggett@lxp6d15m3 scripts]$ cat redhat-add_ip.sh
#!/bin/bash
#
# Debug - take out later
set -x