search for: tryponraj

Displaying 13 results from an estimated 13 matches for "tryponraj".

2005 Feb 03
4
[Bug 979] Openssh doesn't support UTMPS/BTMPS/WTMPS database
...ase Product: Portable OpenSSH Version: 3.9p1 Platform: Other OS/Version: HP-UX Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: tryponraj at gmail.com I am using openssh in HP-UX B.11.23 platform.This platform supports utmps/btmps/wtmps structure and related files for login purpose instead of utmp/btmp/wtmp. Since openssh has been written to support utmp struture, it ignores utmps/btmps/wtmps and it's related files. So comm...
2005 Mar 18
6
[Bug 1002] sshd does not report failed PAM session modules to the client side
...client side Product: Portable OpenSSH Version: 4.0p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: tryponraj at gmail.com sshd does not report failed PAM session modules to the client side. But sshd with " -e " option reports correctly. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2005 Mar 14
6
[Bug 999] AllowGroups ,DenyGroups failed to report hostname
...ed to report hostname Product: Portable OpenSSH Version: 4.0p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: tryponraj at gmail.com Setting only AllowGroups and DenyGroups directives failed to report user's hostname in syslog file ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2006 Jul 15
1
ssh-keyscan exits in mid-way
Hello All, Im using OpenSSH 4.3p2 and tyring to scan a list of 40 machines in my network with ssh-keyscan utility. I used the following command, ssh-keyscan -t rsa -f hosts.txt The man page says that this utility displays the host keys irrespective of ssh or host is up/down and its working great. But in case if the scan stops at 30th host due to some protocol problems, the utility exits and
2006 Jul 26
0
[Bug 1213] ssh-keyscan exits in mid-way
...xits in mid-way Product: Portable OpenSSH Version: 4.3p2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: bitbucket at mindrot.org ReportedBy: tryponraj at gmail.com Hello All, Im using OpenSSH 4.3p2 and tyring to scan a list of 40 machines in my network with ssh-keyscan utility. I used the following command, ssh-keyscan -t rsa -f hosts.txt The man page says that this utility displays the host keys rrespective of ssh or host is up/down and it...
2005 Jan 20
1
PermitRootLogin without-password functionality differs for UsePAM yes/no option
Hi, I am using OpenSSH 3.9p1. For " UsePAM yes/no " option with " PermitRootLogin without-password", the server functionality differs. For " UsePAM yes ", the server allows authentication thru password, meanwhile " UsePAM no " does not. I have fixed that problem and the patch is given below.
2006 Mar 02
2
sftp batch mode and password authentication
Hi all, I used to execute ftp in batch mode to dowload files. In my case, password authentication is the only way to get remote access. Could anyone tell me how can i accomplish the same task using sftp under batchmode as what i have done with ftp ? Meanwhile, how can i specify the password securely ? Is there anyother alternatives ? -- Thanks M.P
2006 Mar 10
1
Purpose of Publickey file
Hello All, I'm using OpenSSH 4.2p1 and I have a question regarding the usage of host keys in OpenSSH. The host keys (both private and public) are stored in etc directory. But when sshd loads the key, it reads only private key and generates the public key from it. Is there any reason for having the public host key along with the private key in the etc directory? -- M.P
2006 Apr 10
1
Question on randomization
Hi , I am using OpenSSH4.3p2. One of the fixes in this release says that random seed generation is not necessary for each key generation and initial seed will be served for the re-exec'ed processess. As better random seed will yield better random number generation, how can we achieve true randomization by one time random seed ? Thanks, Ponraj M
2006 Apr 21
0
Incorporating X.509 certificate patch into base OpenSSH
Hi all, I am using OpenSSH4.3p2. I would like to make use of X.509 certificate support in OpenSSH. I came acroos the patch available at http://roumenpetrov.info/openssh/#features .Could you tell me the impact or any security constraints of incorporating X.509 certificate patch into OpenSSH base source ? -- Ponraj M
2006 May 06
1
"ls -l" command and performance of sftp
Hi all, I am using OpenSSH4.3p2. User database is stored in LDAP server.When I tried to list about 400 files using "ls -l" command in ftp and sftp, I observed that sftp took considerable amount of time greater than ftp. I suspect sftp does not cache the username and groupname lookups and makes fresh calls to getpwuid(), getgrgid() functions for each file that makes its performance
2007 Jan 05
1
No warning message is displayed for "none" cipher
Hello all, I tried to connect to the server that supports protocol 1: # ssh -1 -o "cipher none" remotehost <No valid SSH1 cipher, using 3des instead> As per the code in sshconnect1.c, it has to alert the user about "none" cipher usage. try_challenge_response_authentication() { .... if (options.cipher == SSH_CIPHER_NONE)
2006 Feb 23
1
Questions about sshd_config man page and comments in the file
Hi , I have two problems when i went through a) the man page of sshd_config and b) the comments quoted in sshd_config file itself. They are given below. a) >From the man page of sshd_config: "If UsePAM is enabled, you will not be able to run sshd(8) as a non-privileged user." I changed the permission of the hostkeys to a non-privileged user and tried to run sshd alongwith