Programming :: Say "yes" To The Ssh Fingerprint Authentication Question Automatically In Script?
Apr 5, 2010How can I say "yes" to the ssh fingerprint authentication question automatically in my script?
View 10 RepliesHow can I say "yes" to the ssh fingerprint authentication question automatically in my script?
View 10 RepliesI have installed CentOS 5.2. I want to login automatically for an user without authentication.
View 2 Replies View RelatedI'm writing some php code and part of it sending an email through smtp server, I used Mail.php from pear but unfortunately I didn't work since the smtp server is using NTLM authentication.Any alternates to Mail.php could solve this problem?
View 1 Replies View RelatedI'm trying to add HTTP authentication to my app (it's a rss reader). As the app is in written in C and uses Libxml2, I've been searching in Libxml2 doc, but it seems it's not possible. Maybe someone could point me to a link to relevant info about how I could achieve that?
View 6 Replies View RelatedI've got an asp page (I can't edit) which I can access with a test user I've setup, however when I try to access to same page via curl, I get the following error:
Code:
<h1> You are not authorized to view this page </h1>
The URL you attempted to reach has an ISAPI or CGI application installed that verifies user credentials before proceeding. This application cannot verify your credentials. There's lots of other text (doubt it's relevant though).
Here's the one liner I'm using:
Code:
curl -A "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)" -u myusername:mypassword [URL]
I've done some searching but cant find anything which doesn't suggest rewriting the asp...
Ive been trying to fix my openvpn remote authentication script. I managed to write a script for remote authentication using wordpress db as my base access details storage. However I cannot seem to get past AUTH-FAILED issue. Possible source of conflict might be my database query inside the script which returns nothing. Hope someone with enough knowledge of scripting and database querying can help me here.
here is my vpn_auth.sh:
Code: Code: #!/bin/bash
### Database Informations
DBUSER='dbuser'
DBPASS='dbpass'
[Code]...
Does anyone know how and where I can install the drivers for the following device:
View 3 Replies View RelatedI just installed openSUSE 11.2 KDE when I tried to enable fingerprint authentication yast didn't ask me to swipe my finger it was working properly on GNOME.
View 2 Replies View RelatedI have a thinkpad T510i with fingerprint reader. The device is detected by opensuse 11.4. I have enabled the reader in yast, went to the user management, selected my user and started the fingerprint plugin to read my fingerprint. The readers green led is on and it asks me to move my index over the reader. When I do this, it says registering fingerprint done, do it again, Sucessful prints: 1 (the equivalent in german). Ok, I do it again and the message changes to Successful prints: 2 and so on until it says fingerprint was sucessfully registered. And now? This is all i get:
Code:
$ su - joba
Could not locate any suitable fingerprints matched with available hardware.
Passwort:
I cant find fingerprints anywhere on the disk. Where should they be located? What names would the files have?
im interested to know how to change fingerprint ?Linux (Ubuntu) look like WindowsLinux kernel 2.6 look like Linux 2.4 ----apache 2.2 look like apache 1.3apache look like IIS
apache look like "BLABLABLA"
I want to configure SSH key-based authentication and SSH password Authentication in same machine for different user .
View 1 Replies View RelatedOn Ubuntu server 10.10, with a relay smtp server with authentication via postfix; I keep getting 535: Incorrect authentication data. I'm sure my username and password is correct. Heres how I set up postfix: I created a file called smarthosts.conf in my /etc/postfix/ directory that contains the following:
[Code].....
my server uses plain text authentication on port 25. I would like to use security like SSL, but this particular server is unsecured.
I don't know if this the right section but in anycase the question is:- I made a script containing a never ending loop doing : sleep X then command Y', the problem is:can I start this script from init.d without the effect of blocking forever the boot process ?Or is better to insert a specific entry in inittab ?
View 5 Replies View RelatedSince yesterday my sudo doesn't work with my fingerprintreader anymore. su and GDM still do. sudo just asks me for the password instead of asking for a finger-swipe. AFAIR I changed nothing, but I accidentally forwarded the USB-Port on which the scanner is connected to VMware. I disconnected it, but maybe there could be the problem.
Fedora 12 x64, Thinkpad T61 integrated Fingerreader.
I have installed openSuSE 11.2 and my fingerprint reader have been detected on Hardware Information. But when I try to enable it on "Fingerprint Reader", it throws an error: Cannot write PAM settings as you can see on the following pic:
Is there a way to solve this problem?
KDE4.4 Community Repo Key ID or Fingerprint information so I can verify the recent key update I received?
View 1 Replies View Relatedconfiguring/enabling the fingerprint log-on feature in ubuntu 10.04 64 bit version on hp dv6 notebook. i tried the think finger tool to configure it but i couldn't do that as it fails to detect the scanning device.
View 2 Replies View RelatedHow to get a built in fingerprint scanner to work with linux? the device was installed on my laptop when i initially ordered it, i have a dell studio 1735 (i think its 1735) and i would like to use it with my linux. by the way im running mandriva.
View 6 Replies View RelatedI have a strange problem. Since the installation of my system, my fingerprint device has been found, but I never intended to use. Months later I wanted to try libfprint and fprintd and successfully compiled it. But when I started the fprint_demo program it said no device found. Then I typed lsusb and saw my Fingerprint device was missing.
View 3 Replies View Relatedi attach microsoft fingerprint reader but in linux os when i compile my program dev : not device found error occurethis is usb device if i want to load driver module then what to do
i use dpfc lib
Why doesn't my laptop's built-in fingerprint scanner work in GNOME? It's fairly common (manufactured by UPEK) and I've tried fprintd and thinkfinger to no avail. The latter seems to be built for USB-attached devices and fails to find any device and the former installs and runs fine, but fails to recognize any fingerprints.
Using either fprintd-enroll or the GNOME "About Me" panel, fprintd will gladly register my fingerprint, but no amount of swiping will get it to actually recognize it afterwards. I try re-installing it every new update, but same results, what's going on?
If I am running a script, let's say a install script. Is there a way to make Su repeat authentication rather then just returning "Authentication failed" and continuing the script?
View 3 Replies View RelatedI need to make a choice on what authentication protocol I want to use for Authentication and Authorization. I was looking at Radius and then literature suggested that Diameter was a better protocol. Keep in mind I need this on a hetrogeneous setup ( linux & windows together). Diameter seemed like a good fit until I discovered that the open source code no longer seems to be maintained ( C/C++).
I was also looking at Kerberos as an option though there is alot overhead with the server. SSL/TLS or EAP? I am looking for simple but secure and am new at the security protocols.
I am playing around with PyGTK and come across a problem: When I put a TextView inside a ScrolledWindow, and type text into the TextView until it reaches the edge, the cursor goes outside the viewport and I can't see what I'm typing. How to make it so that the ScrolledWindow automatically scrolls so that the caret in the TextView is always in visible?
View 5 Replies View RelatedI have to run a program repeatedly that demands a few responses from the users when run: a few yes/no questions and a filename. To save time I was going to use a script. I already use this one to run the program once ("program" is the command to launch the program I use):
Code:
program << echo
file.log
y
n
[Code]....
Does any one know about fingerprint in HP dv4 to work.
fprint is installed but didnot detect the reader.
Code:
lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[Code]....
First off is there any way to configure ubuntu to log in with a password, fingerprint and usb token? Secondly what is the difference between the standard home folder encryption and the alternate install encryption?
Thirdly is it possible on new external hard drives that incorporate thumb scanners to install truecrypt on these? Fourthly does anyone here on ubuntu forums use lastpass with the 'yubikey' device-does it work well on ubuntu? And fifthly are ironkey usb keys worth the money or are they a scam?
I am working on a project that requires fingerprint reader support. So, I installed the libfprint and libfprint-devel packages on my Fedora 14 system, to support my Authentec AES 2501 fingerprint reader. I know that my device is alright because it is working fine on the Windows 7 installed on the same system. In fedora, the fingerprint reader is recognized, when I run the fprintd-enroll command. The prompt to enroll the fingerprint is displayed on terminal. But, it just stands when I swipe my finger. I have tried everything but cannot resolve the issue. The output of usb-devices command shows "Driver=none" under fingerprint sensor usb device. But, I have the libfprint installed.
View 8 Replies View RelatedI use backtrack 4, but I do not know how to set up my wireless, cam, bluetooth and fingerprint ? my laptop is dell xps m1330
View 1 Replies View RelatedI have a problem with ldap client authentication in ubuntu. I am using rhel5 as openldap server and I configured ubuntu as client, when I am trying to login the following message is coming."su: Authentication service cannot retrieve authentication info. Sorry"
But when I do search through "ldapsearch" command output is coming without any errors, Can anybody explain what would be problem.