search for: keyset

Displaying 20 results from an estimated 25 matches for "keyset".

2018 Dec 12
2
SFTP - Private/Public Authentication Keysets Beyond The First Set
I'm new to SFTP and using this mailing list was able to successfully create my first Private/Public keyset for a vendor hosting the SFTP server (I'm the client). I created the keyset by typing this: # ssh-keygen -t rsa When asked for the password/passphrase I hit <Enter> and afterwards "id_rsa" and "id_rsa.pub" were created in "/root/.ssh/". I provided &...
2018 Dec 12
2
SFTP - Private/Public Authentication Keysets Beyond The First Set
...not specified? (I didn't use the -i flag for the first vendor.) -----Original Message----- From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Steve Clark Sent: Wednesday, December 12, 2018 2:23 PM To: CentOS mailing list Subject: Re: [CentOS] SFTP - Private/Public Authentication Keysets Beyond The First Set On 12/12/2018 03:13 PM, Gary Braatz wrote: > I'm new to SFTP and using this mailing list was able to successfully create > my first Private/Public keyset for a vendor hosting the SFTP server (I'm the > client). I created the keyset by typing this: > >...
2018 Dec 12
3
SFTP - Private/Public Authentication Keysets Beyond The First Set
...endor.) >> >> >> -----Original Message----- >> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Steve Clark >> Sent: Wednesday, December 12, 2018 2:23 PM >> To: CentOS mailing list >> Subject: Re: [CentOS] SFTP - Private/Public Authentication Keysets Beyond >> The First Set >> >> On 12/12/2018 03:13 PM, Gary Braatz wrote: >>> I'm new to SFTP and using this mailing list was able to successfully >> create >>> my first Private/Public keyset for a vendor hosting the SFTP server (I'm >> the &g...
2018 Dec 12
0
SFTP - Private/Public Authentication Keysets Beyond The First Set
...nd the location of the private key solved the problem. Thanks Steve! -----Original Message----- From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Steve Clark Sent: Wednesday, December 12, 2018 2:38 PM To: CentOS mailing list Subject: Re: [CentOS] SFTP - Private/Public Authentication Keysets Beyond The First Set On 12/12/2018 03:32 PM, Steve Clark wrote: > On 12/12/2018 03:28 PM, Gary Braatz wrote: >> Thanks for responding so quickly! No but I will try. Are you saying the >> first vendor connection worked because id_rsa and id_rsa.pub are the >> defaults if not...
2018 Dec 12
0
SFTP - Private/Public Authentication Keysets Beyond The First Set
...the -i flag for the first vendor.) > > > -----Original Message----- > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Steve Clark > Sent: Wednesday, December 12, 2018 2:23 PM > To: CentOS mailing list > Subject: Re: [CentOS] SFTP - Private/Public Authentication Keysets Beyond > The First Set > > On 12/12/2018 03:13 PM, Gary Braatz wrote: >> I'm new to SFTP and using this mailing list was able to successfully > create >> my first Private/Public keyset for a vendor hosting the SFTP server (I'm > the >> client). I created t...
2018 Dec 12
0
SFTP - Private/Public Authentication Keysets Beyond The First Set
On 12/12/2018 03:13 PM, Gary Braatz wrote: > I'm new to SFTP and using this mailing list was able to successfully create > my first Private/Public keyset for a vendor hosting the SFTP server (I'm the > client). I created the keyset by typing this: > > > > # ssh-keygen -t rsa > > > > When asked for the password/passphrase I hit <Enter> and afterwards "id_rsa" > and "id_rsa.pub" were cre...
2011 Mar 28
0
how to do this create the keyset-file for dnssec
it is, I'm coming I do not understand the need to recreate and validate the file keyset-en ....... I then recreate a good record with the key in this file and my past signatures are good. I did not understand correctly the operation of dlv keyset files and I recreated downgrade bind to the stable version 9.3 of CentOS 5.5 and using webmin. can you give me the command to use to creat...
2007 Sep 03
1
Wireless VOIP Keysets? Recommendations?
Any Recommendations on a "Good" Wireless Voip Keyset that works well with Asterisk? I would prefer one that is IAX2 as it works better behind a Nat'd Firewall.. But I am reaching out to you guys as you all would know what would work the best :-) ________________________________________________________________ Sent via the WebMail system...
2018 Dec 13
0
SFTP - Private/Public Authentication Keysets Beyond The First Set
On Wed, December 12, 2018 16:40, Gary Braatz wrote: > Inclusion of the -i flag and the location of the private key solved > the > problem. > You can also set up a personalised ssh config file in the ~/.ssh directory of the user employed to establish the sftp/ssh connections: #BOF # /home/myuser/.ssh/config # Host parameter is any arbitrary string. # sftp remoteuserid at
2018 Dec 13
1
SFTP - Private/Public Authentication Keysets Beyond The First Set
On 12/12/18 4:40 PM, Gary Braatz wrote: > Inclusion of the -i flag and the location of the private key solved the > problem. > > Thanks Steve! > > You really don't need multiple ppk pairs for different hosts. One for all is what I do. As long as you keep the private key private you only need distribute the one public key every where you need secure identification. Mike
2004 Jul 01
5
Inter-Tel Eclipse2 (IP PhonePlus)
Hello All, Just looking some comments from gurus about this proprietary systems and phones: Inter-Tel Eclipse2 Model name: IP PhonePlus I did not find anything useful or reasonable about their products on their website or even in Internet.... except sales. -- Thanks and regards, Vasyl Rublyov
2005 Jun 25
1
OpenSSH Feature Requests
...ween keys used for "real users" and keys used for scriting (scp, rsync). I would therefore like to propose a "server related key" feature. Let me explain this feature on a small example: I have two host 1.) backup.mynet.local 2.) devel.mynet.local For the first host I have a keyset with no password for automated use by rsync to backup files. For the second host I have a keyset with a strong password to login manually. With the "server related key" I would save the according keys as ~/.ssh/id_dsa.backup.mynet.local ~/.ssh/id_dsa.pub.backup.mynet.local ~/.ssh/id_dsa....
2011 Mar 10
1
aggregate by part of a field
Hi All, I have a data frame like a = data.frame(date = c(20081201, 20081202, 20081201), product = c("a b c d e", "a b c g h t", "d e h a c e h g"), sales = c(1, 2, 3)) Now I want to aggregate the sales by part of the a$product. 'Product' is the product name, a string separated by a space. The key in my aggregate function is
2015 Jan 27
2
names function for environments?
...is somewhat loaded. For example, one might expect identical(names(env), names(as.list(env))) to be TRUE. I see no problem with making names() a simple alias of ls(), as long as the behavior is the same. Maybe a different name would be less "loaded" and imply lack of order, something like keySet(). But do we really need this? On Tue, Jan 27, 2015 at 7:11 AM, Martin Maechler < maechler at lynne.stat.math.ethz.ch> wrote: > >>>>> Peter Haverty <haverty.peter at gene.com> > >>>>> on Sun, 25 Jan 2015 12:21:04 -0800 writes: > >...
2015 Jan 27
2
names function for environments?
...> > identical(names(env), names(as.list(env))) to be TRUE. I see no problem > with > > making names() a simple alias of ls(), as long as the behavior is the > same. > > Maybe a different name would be less "loaded" and imply lack of order, > > something like keySet(). But do we really need this? > > > > > > > > > > > > > > On Tue, Jan 27, 2015 at 7:11 AM, Martin Maechler > > <maechler at lynne.stat.math.ethz.ch> wrote: > >> > >> >>>>> Peter Haverty <haverty.peter at gene...
2003 Oct 14
1
Newbie with questions
I have an existing Meridian PBX system that I am looking at replacing with Asterisk for the multi-office features. One of the many areas that I am unclear on is if we can use the existing phones from the old PBX system? Some are Meridian M7310 and some are Norstar M7208 models. They each support multiple lines with a multi-line display, but I haven't seen anything on this list about sporting
2015 Jan 27
0
names function for environments?
...For example, one might expect > identical(names(env), names(as.list(env))) to be TRUE. I see no problem with > making names() a simple alias of ls(), as long as the behavior is the same. > Maybe a different name would be less "loaded" and imply lack of order, > something like keySet(). But do we really need this? > > > > > > > On Tue, Jan 27, 2015 at 7:11 AM, Martin Maechler > <maechler at lynne.stat.math.ethz.ch> wrote: >> >> >>>>> Peter Haverty <haverty.peter at gene.com> >> >>>>> on Sun,...
2020 Sep 14
2
Private Key Unavailable After Domain Password Change
...ir domain password then tries to connect to the VPN, they get these errors below. If we manually re-import the certificate, everything works properly. Because of this, I don't believe this is an issue with OpenVPN. *- OpenSSL:error:C5066064:microsoft cryptoapi:CryptAcquireCertificatePrivateKey:Keyset does not exist* *- Cannot load certificate: SUBJ:mycertkeypair" from Microsoft Certificate Store* I found this old bug which looks very similar, but was supposed to be fixed as of 4.2.0? https://bugzilla.samba.org/show_bug.cgi?id=10980 Has anyone else seen this, or have any ideas on how to...
2015 Jan 29
0
names function for environments?
...s.list(env))) to be TRUE. I see no problem >> with >> > making names() a simple alias of ls(), as long as the behavior is the >> same. >> > Maybe a different name would be less "loaded" and imply lack of order, >> > something like keySet(). But do we really need this? >> > >> > >> > >> > >> > >> > >> > On Tue, Jan 27, 2015 at 7:11 AM, Martin Maechler >> > <maechler at lynne.stat.math.ethz.ch> wrote: >> >>...
2005 Mar 26
3
Convert keys (OpenSSL to OpenSSH)
Hello, I would like to use Public Key authentication with OpenSSH. I am trying to use a public / private key set created using CA.pl. http://www.openssl.org/docs/apps/CA.pl.html I am not sure but I think my OpenSSL keys will not work until some conversion takes place. I was able to get them working between Windows (Putty.EXE) and my SSHD server but PuttyGen.EXE converted the public keys