Re: variables, mostly private, not included into debug symbols list on -g3 -ggdb settings

2022-06-29 Thread Ariel Burbaickij
Burbaickij On Thu, Jun 30, 2022 at 2:13 AM Duncan Roe wrote: > Hi Ariel, > > On Thu, Jun 30, 2022 at 12:38:49AM +0200, Ariel Burbaickij wrote: > > Hello list, > > any idea why private variables from C++ source files are not included > into > > symbols list with -g3 and

Re: variables, mostly private, not included into debug symbols list on -g3 -ggdb settings

2022-06-29 Thread Duncan Roe
Hi Ariel, On Thu, Jun 30, 2022 at 12:38:49AM +0200, Ariel Burbaickij wrote: > Hello list, > any idea why private variables from C++ source files are not included into > symbols list with -g3 and -ggdb compilation settings in gcc version 11.3.0 > under Cygwin. Like that, rough

variables, mostly private, not included into debug symbols list on -g3 -ggdb settings

2022-06-29 Thread Ariel Burbaickij
Hello list, any idea why private variables from C++ source files are not included into symbols list with -g3 and -ggdb compilation settings in gcc version 11.3.0 under Cygwin. Like that, roughly: grep isInProgress * :bool isInProgress; $nm -Cal |grep isInProgress $ So, watchpoints

Keychain 2.7.1-1 reports error caching private keys

2019-05-07 Thread Chuck Hamilton
While trying to cache my private ssh key with keychain I get the following warning: "Can't determine fingerprint from the following line, falling back to filename". I've left the actual line out for privacy. It appears to be the same bug documented at https://bbs.archlinux.

Re: setting up private mirror

2015-09-03 Thread Achim Gratz
Chris Louden gmail.com> writes: > The process seem fairly straight forward > setting up an apache instance and rsycing twice a day. However our > NetSec folks have asked is there is any way I can sync the local repo > via an authenticated or encrypted method. I guess to rule out a man in > the mid

Re: setting up private mirror

2015-09-03 Thread Chris Louden
ndrey Repin wrote: > Greetings, Chris Louden! > >> I'm currently searching the mailing list archive as well as google but >> I thought I would ask out right aw well.. I'm looking to implement a >> private Cygwin mirror. The process seem fairly straight forward >&

Re: setting up private mirror

2015-09-02 Thread Andrey Repin
Greetings, Chris Louden! > I'm currently searching the mailing list archive as well as google but > I thought I would ask out right aw well.. I'm looking to implement a > private Cygwin mirror. The process seem fairly straight forward > setting up an apache instance a

setting up private mirror

2015-09-02 Thread Chris Louden
Hello, I'm currently searching the mailing list archive as well as google but I thought I would ask out right aw well.. I'm looking to implement a private Cygwin mirror. The process seem fairly straight forward setting up an apache instance and rsycing twice a day. However our NetSec

Reminder: Don't send html email and don't try to send private messages

2014-07-22 Thread Christopher Faylor
s time but I'll add the usual caveat against doing that here too. Private email is not going to work regardless of whether you html formatting or not. If either of those two notables wanted to communicate privately they will give you their private email addresses (if you're a maintainer yo

ssh tunneling and private keys - how to...

2012-09-04 Thread Miguel A. Gonzalez-Sanchez
I need to ssh to a server and from there jump to another server. I created a public key and gave it to the administrator to install it on their side. I successfully connect to the first server but once in there, I cannot connect to the next server, I always get 'Permission denied'. My colleagu

Re: [OpenSSL]Is it possible to show the numerical value of the public and private key's exponent in a certificate

2012-06-26 Thread gialloporpora
Risposta al messaggio di Corinna Vinschen : Since this is a OpenSSL question, you will probably have more luck asking on the appropriate openssl-users mailing list: http://www.openssl.org/support/community.html Corinna Ok, I'll ask there in future. Thanks for the link. Sandro -- Proble

Re: [OpenSSL]Is it possible to show the numerical value of the public and private key's exponent in a certificate

2012-06-26 Thread gialloporpora
Risposta al messaggio di Lou Losee : From the OpenSSL RSA man page: To print out the components of a private key to standard output: openssl rsa -in key.pem -text -noout Not explicitly in the man page, but from reading it, it appears to get the components of the private key, the

Re: [OpenSSL]Is it possible to show the numerical value of the public and private key's exponent in a certificate

2012-06-26 Thread Lou Losee
From the OpenSSL RSA man page: To print out the components of a private key to standard output:         openssl rsa -in key.pem -text -noout Not explicitly in the man page, but from reading it, it appears to get the components of the private key, the following should work:         openssl rsa

Re: [OpenSSL]Is it possible to show the numerical value of the public and private key's exponent in a certificate

2012-06-26 Thread Corinna Vinschen
On Jun 26 13:01, gialloporpora wrote: > Dear all, > I am trying to learn how S/MIME encryption/digital signing works. > > I would like to show the numerical values assigned to my private and > public key. > > I have converted my personal certificate from p12 to pem, in t

[OpenSSL]Is it possible to show the numerical value of the public and private key's exponent in a certificate

2012-06-26 Thread gialloporpora
Dear all, I am trying to learn how S/MIME encryption/digital signing works. I would like to show the numerical values assigned to my private and public key. I have converted my personal certificate from p12 to pem, in this way: openssl pkcs12 -in mycert.p12 -out mycert.pem Now, I have used

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-24 Thread Larry Hall (Cygwin)
On 12/24/2009 07:55 AM, THW Mark wrote: René Berber-2 wrote: Michael H. wrote: $ cygrunsrv -E sshd $ /usr/sbin/sshd -ddde And there you are creating the problem... or another problem: the service runs as a special user, when you run it yourself its running as your user so, if it works, th

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-24 Thread XYM
service > - change the account in the second tab to "user" with the password > included > - start the service > > the service now starts, can use the /var/empty folder with the right > permissions and allows ssh connection! i'm a happy man, time for turkey! > :P >

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-24 Thread THW Mark
sage in context: http://old.nabble.com/1.7.0-51%3A-Problem-using-ssh-public-private-key-authentication-tp24513829p26913810.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Document

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-24 Thread THW Mark
be with access rights to one or more files. Suggestions are very welcome here.. -- View this message in context: http://old.nabble.com/1.7.0-51%3A-Problem-using-ssh-public-private-key-authentication-tp24513829p26913629.html Sent from the Cygwin list mailing list archive at Nabble.com. -

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-24 Thread THW Mark
oblem-using-ssh-public-private-key-authentication-tp24513829p26913053.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html U

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-24 Thread XYM
results > about this issue... > > Happy X-mas! > > Mark > -- View this message in context: http://old.nabble.com/1.7.0-51%3A-Problem-using-ssh-public-private-key-authentication-tp24513829p26912228.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Probl

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-24 Thread THW Mark
appy X-mas! Mark -- View this message in context: http://old.nabble.com/1.7.0-51%3A-Problem-using-ssh-public-private-key-authentication-tp24513829p26912224.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FA

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-24 Thread XYM
l > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > > -- View this message in context: http://old.nabble.com/1.7.0-51%3A-Problem-using-ssh-public-private-key-authentication-tp24513829p26912223.html Sent from the Cygwin list mailing list archive at Nabble.com.

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-23 Thread René Berber
XYM wrote: > I have encountered same problem after upgrading to 1.7.x. First to say that > I'm not so familiar with all of that. > > I was running a ssh-server and connect with Putty to my server using a > tunnel. Everything works fine till today. After upgrading to 1.7.x and > trying to connect

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-12-23 Thread XYM
René Berber > > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > > -- View this message

[1.7] Use of SSH public/private keys requires administrator rights

2009-08-20 Thread Chris LeBlanc
Hello, I seem to have found a bug with SSH under Cygwin 1.7 (beta). Luckily I also found a workaround as I was writing this email, which is near the bottom. I've installed Cygwin 1.7 yesterday using the normal setup.exe method for all users on the system, and installing a few extra packages (gcc

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-07-27 Thread René Berber
Michael H. wrote: [snip] > The steps to reproduce have been done directly after installing Cygwin > without any modifications. The logfile /var/log/sshd.log is empty even after > the error has been printed on the Linux machine from which I connected to > the Windows / Cygwin machine. The "system

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-07-27 Thread Michael H.
Julio Costa wrote: > > Hi Michael, > > On Thu, Jul 23, 2009 at 10:49, Michael H.<> wrote: >> >> >> Corinna Vinschen-2 wrote: >>> >>> On Jul 16 12:20, Michael H. wrote: >>>> Hello, >>>> >>>> When I am

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-07-23 Thread Julio Costa
Hi Michael, On Thu, Jul 23, 2009 at 10:49, Michael H.<> wrote: > > > Corinna Vinschen-2 wrote: >> >> On Jul 16 12:20, Michael H. wrote: >>> Hello, >>> >>> When I am using cygwin 1.5 both the public/private key and the >>> keyboard aut

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-07-23 Thread Michael H.
Corinna Vinschen-2 wrote: > > On Jul 16 12:20, Michael H. wrote: >> Hello, >> >> When I am using cygwin 1.5 both the public/private key and the >> keyboard authentication with ssh work without problems. On 1.7 >> keyboard authentication also works but

Re: 1.7.0-51: Problem using ssh public/private key authentication

2009-07-16 Thread Corinna Vinschen
On Jul 16 12:20, Michael H. wrote: > Hello, > > When I am using cygwin 1.5 both the public/private key and the > keyboard authentication with ssh work without problems. On 1.7 > keyboard authentication also works but public/private key > authentication produces following er

1.7.0-51: Problem using ssh public/private key authentication

2009-07-16 Thread Michael H.
Hello, When I am using cygwin 1.5 both the public/private key and the keyboard authentication with ssh work without problems. On 1.7 keyboard authentication also works but public/private key authentication produces following error on the machine which I use to connect to the server (client is

Re: Private key file permissions w/Cygwin OpenSSH on Vista

2008-03-22 Thread pauli
> authentication because ssh.exe always states the file permissions on the > private key file--"id_rsa"--are too open. > > I've used the chmod.exe utility to change the permissions on the id_rsa > file to 600, but ssh.exe still pops up with the same error message. >

Re: CYGWIN - This Private Key Will Be Ignored

2008-02-10 Thread Greg Chicares
ould cut and paste it...): WARNING: UNPROTECTED PRIVATE KEY FILE! Permissions 0644 for [file] are too open The first thing I'd try is chmod 600 ~/.ssh/id_rsa Then, only if 'chmod' doesn't work, see: http://cygwin.com/faq/faq-nochunks.html#faq.using.chmod -- Unsubscribe

Re: CYGWIN - This Private Key Will Be Ignored

2008-02-10 Thread Thorsten Kampe
* (Sun, 10 Feb 2008 08:49:02 -0500) > For some reason I am now seeing the following in my ssh login screen > and I am unable to use my CVS... > http://www.bodnarchuk.com/GB/cygwin_this_private_key_will_be_ignored.jpg We really enjoy this colourful impression of your desktop but I suggest you wou

CYGWIN - This Private Key Will Be Ignored

2008-02-10 Thread webmaster
Hello, Up until, 02/01/2008, I have been a long time user of your product without any problems. For some reason I am now seeing the following in my ssh login screen and I am unable to use my CVS... http://www.bodnarchuk.com/GB/cygwin_this_private_key_will_be_ignored.jpg My ISP tells me th

Re: Private key file permissions w/Cygwin OpenSSH on Vista

2007-09-13 Thread Igor Peshansky
; I've been unable to use Cygwin's OpenSSH on Vista w/public key > >> authentication because ssh.exe always states the file permissions on the > >> private key file--"id_rsa"--are too open. > >> > >> I've used the chmod.exe utility to chan

Re: Private key file permissions w/Cygwin OpenSSH on Vista

2007-09-13 Thread sbeavan
and for anyone using a threaded email client. > >> I've been unable to use Cygwin's OpenSSH on Vista w/public key >> authentication because ssh.exe always states the file permissions on the >> private key file--"id_rsa"--are too open. >> >> I've

Re: Private key file permissions w/Cygwin OpenSSH on Vista

2007-06-29 Thread Brian Dessent
Cygwin's OpenSSH on Vista w/public key > authentication because ssh.exe always states the file permissions on the > private key file--"id_rsa"--are too open. > > I've used the chmod.exe utility to change the permissions on the id_rsa > file to 600, but ssh.exe s

Private key file permissions w/Cygwin OpenSSH on Vista

2007-06-29 Thread Siva
Re: binary distro of OpenSSH 3.8.1p1 I've been unable to use Cygwin's OpenSSH on Vista w/public key authentication because ssh.exe always states the file permissions on the private key file--"id_rsa"--are too open. I've used the chmod.exe utility to change the

Re: unprotected private key error.

2005-03-28 Thread Larry Hall
;installed on a shared network drive. Is there any turnaround for this. > >Thanks >Walter. > >WARNING:UNPROTECTED PRIVATE KEY FILE >Permission 0644 for '/cygdrive/z/.ssh/id_dsa' are too open. >It is recommended that your private key files are NOT accessible by o

unprotected private key error.

2005-03-28 Thread curtorkar
turnaround for this. Thanks Walter. WARNING:UNPROTECTED PRIVATE KEY FILE Permission 0644 for '/cygdrive/z/.ssh/id_dsa' are too open. It is recommended that your private key files are NOT accessible by others. This private key will be ignored. bad permissions:ignore key: /cygdrive/z/.ssh/id

Re: installing cygwin on private lan

2004-06-14 Thread Yitzchak Scott-Thoennes
On Mon, Jun 14, 2004 at 09:51:42PM -0700, Joshua Daniel Franklin wrote: > On Mon, 14 Jun 2004 06:29:38 +, wrote: > > So is there a Linux version of setup.exe and if not, how do I populate > > the Linux filesystem from which the DOS box will install Cygwin? > > What you want is your own Cygwin

Re: installing cygwin on private lan

2004-06-14 Thread Joshua Daniel Franklin
On Mon, 14 Jun 2004 06:29:38 +, wrote: > So is there a Linux version of setup.exe and if not, how do I populate > the Linux filesystem from which the DOS box will install Cygwin? What you want is your own Cygwin package server, so that you can run setup.exe on your Windows (I assume that's wha

Re: installing cygwin on private lan

2004-06-14 Thread Jani tiainen
Jani tiainen wrote: [EMAIL PROTECTED] wrote: [Snip] So is there a Linux version of setup.exe and if not, how do I populate the Linux filesystem from which the DOS box will install Cygwin? Cygwin needs still Windows environment, not DOS environment. And for Linux and Windows co-operation you could

RE: installing cygwin on private lan

2004-06-14 Thread Hannu E K Nevalainen
> From: [EMAIL PROTECTED] > Sent: Monday, June 14, 2004 8:30 AM > I would like to install Cygwin on a DOS box that doesn't have an > Internet connection but that does have a network connection to a Linux > box. The Linux box is dual-homed (Internet and the private lan)

Re: installing cygwin on private lan

2004-06-13 Thread Jani tiainen
[EMAIL PROTECTED] wrote: [Snip] So is there a Linux version of setup.exe and if not, how do I populate the Linux filesystem from which the DOS box will install Cygwin? Cygwin needs still Windows environment, not DOS environment. And for Linux and Windows co-operation you could use NetBIOS (Samba o

installing cygwin on private lan

2004-06-13 Thread hazloya
Hi, I would like to install Cygwin on a DOS box that doesn't have an Internet connection but that does have a network connection to a Linux box. The Linux box is dual-homed (Internet and the private lan) but does not route between the two networks. It does export a filesystem to the DO

PRIVATE FUNDS AND BUSINESS TRANSFER

2004-05-26 Thread DR. (MRS.) LUISA PIMENTEL ESTRADA
Dear Freind , Please it is very important that , for reasons of my privacy sake and the large amount of funds involved , i have attached the document regarding this matter, to this mail , Please see attachment, Thank you . Yours Truly , Dr.(Mrs.) pimentel luisa Estrada PRIVATE FUNDS

PRIVATE FUNDS AND BUSINESS TRANSFER

2004-05-26 Thread DR. (MRS.) LUISA PIMENTEL ESTRADA
Dear Freind , Please it is very important that , for reasons of my privacy sake and the large amount of funds involved , i have attached the document regarding this matter, to this mail , Please see attachment, Thank you . Yours Truly , Dr.(Mrs.) pimentel luisa Estrada PRIVATE FUNDS

PRIVATE FUNDS AND BUSINESS TRANSFER

2004-05-26 Thread DR. (MRS.) LUISA PIMENTEL ESTRADA
Dear Freind , Please it is very important that , for reasons of my privacy sake and the large amount of funds involved , i have attached the document regarding this matter, to this mail , Please see attachment, Thank you . Yours Truly , Dr.(Mrs.) pimentel luisa Estrada PRIVATE FUNDS

PRIVATE

2003-08-26 Thread MR CHUNG LI
FROM THE DESK OF: MR.CHUNG LI HANG SENG BANK LTD. DES VOEUX RD.BRANCH CENTRAL HONG KONG HONG KONG. I am Mr.Chung Li, credit officer of Hang Seng Bank Ltd,. I have an urgent and very confidential business proposition for you. On June 6, 1998, a British Oil consultant/ contractor with

Private Email Message.

2003-03-07 Thread Oliveira Savimbi
cle's money that arose from Diamonds sales. This money (US$18.5million), which was already on its way to my Uncle's Swiss Bank account, through the Diplomatic means we use to move money abroad, and was on transit with a private safe deposit security company here in Amsterdam, Holland i

Re: private rsync 'mirror'

2002-01-18 Thread Randall R Schulz
Michael, If you do not require unattended, scripted operation, Setup.exe performs fine for local Cygwin mirroring as well as installing (use the "Download from Internet" option to locally mirror your favorite Cygwin mirror site). Otherwise, you can use any date-dependent / incremental, recursi

private rsync 'mirror'

2002-01-18 Thread Michael Adler
I'd like to keep a local copy of the latest cygwin packages. I'm sure I could just ftp everything from mirrors.rcn.net each night, but I'd much rather use rsync (or something comparable) and spare everyone the waste. My link is so modest so it would be pointless to mirror the content to others.