Displaying 6 results from an estimated 6 matches similar to: "feature request"
2016 Aug 10
3
Feature request for ssh-add
Ajay Ramjatan asks if it would be ok to have:
A config file that contains list of DSA/RSA/ED25519 entries to be
added, when run by default.
Currently According to the man page:
"
Alternative file names can be given on the command line. If any file
requires a passphrase, ssh-add asks for the passphrase from the user.
"
Instead of specifying each key file, a single file such as .config
2007 Feb 20
2
SAMBA Kerberos misunderstanding
I suspect I might be grossly misunderstanding kerberos and AD here, but I
cant seem to grok the following.
net ads join integrates my linux samba server (named foundry) into an AD
domain and all works fine. The samba server is using the kerberos keytab.
root@foundry:~ # kinit -k -t /etc/krb5.keytab foundry$
root@foundry:~ # kinit -k -t /etc/krb5.keytab host/foundry.example.local
kinit(v5):
2005 Jul 26
1
Linux in-kernel keys support
Hi all,
I recently made a patch to openssh 4.1p1 to allow it to use the
in-kernel key management provided by 2.6.12 or later Linux kernels.
I've attached the patch (which is still only a proof-of-concept, for
instance its very verbose right now) to this mail.
Now, my question is, is this a completely insane idea and would (a later
version of) the patch have a chance of making it into the
2002 Oct 10
0
looking for a quick solution
Hello,
I have a large data set of points (120K) to large to open in most
spreadsheet programs and i need to calculate the true RMS of the
waveform. The waveform is jagged, how could i go about calculating
the RMS value of all the data points from a table that i have read in?
Thank you for any help, i hope i posted this to the right list :-P
a quick search on mailing list archives provided
2012 Aug 08
0
[Announce] GPA 0.9.3 released
Hello,
We are pleased to announce the release of GPA 0.9.3.
GPA is a graphical frontend for the GNU Privacy Guard (GnuPG,
http://www.gnupg.org). GPA can be used to encrypt, decrypt, and sign
files, to verify signatures and to manage the private and public keys.
You can find the release here:
ftp://ftp.gnupg.org/gcrypt/gpa/gpa-0.9.3.tar.bz2 (695k)
2007 Jan 23
20
"Found a bug" message when purging services
I attempted the following:
resources { service: purge => true, noop => true }
service {
sshd: ensure => running;
iptables ensure => running;
}
And got the following message:
notice: Starting configuration run
err: Found a bug: uninitialized constant Parse
notice: Finished configuration run in 0.47 seconds
When I remove the ''resources'' line, everything works