search for: ponraj

Displaying 11 results from an estimated 11 matches for "ponraj".

Did you mean: konrad
2006 Jul 15
1
ssh-keyscan exits in mid-way
...o some protocol problems, the utility exits and don't display the host keys for remaining machines. I think this is an expected behaviour, but it would be better to ignore that host continue till the end or atleast this can be documented specifically in the man page. Any comments? Thanks, Ponraj M
2012 Nov 16
4
Scope object available functions and getting the local scope, or node scope variable values
Is there a way to get the local scope values of puppet variables via scope.? wat r all the available functions in scope? can anyone provide a working example..... -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/zVW-0uI2yMAJ. To post to this group,
2005 Jan 20
1
PermitRootLogin without-password functionality differs for UsePAM yes/no option
...; (strcmp(method, "keyboard-interactive/pam") !=0)) + return 1; -if (strcmp(method, "password") != 0 ) --------------------------------------------------------------------- Please let me know whether this patch will produce any undesired effect. Thanks Ponraj M
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 Apr 10
1
Question on randomization
...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
2007 Jan 05
1
No warning message is displayed for "none" cipher
...efault cipher type.If it is the case, I would like to know how to alert the user about the "none" cipher usage. If such warnings are not required why or for what purpose does the code check the "none" cipher usage during password and challenge response authentication ? regards Ponraj M
2006 Feb 23
1
Questions about sshd_config man page and comments in the file
...quot;libpam_unix.so.1" in pam configuation file. During ssh conneciton, Kerberos password got succeeded when the ssh client was prompted for password. This violates the steps commented in sshd_config file.Can anyone clarify this ? I am using OpenSSH-4.2p1 compiled with OpenSSL 0.9.7i. -- Ponraj M
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 21
0
Incorporating X.509 certificate patch into base OpenSSH
...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
2018 Sep 17
0
Re: How to assign IP via virt-install
You've not given libvirt anything to install; therefore, it has nothing it can tell about the IP address. Are you intending, for example, to add a mapping between MAC and IP address to a DHCP server for later use? - Peter On Mon, 17 Sep 2018 at 13:23, Devis Reagan Ponraj -ERS, HCL Tech < devisreagan-p@hcl.com> wrote: > Hi Team , > > I am new to virt-install , need your help pls . > > With below command I able to create a VM & I can see the mac address as > well . > > virt-install --virt-type=kvm --name newclicentos --ram 6144 --...