Authentication is the process of proving your identity to a computer. It differs from authorization, which is the process of granting certain privileges to someone.
4
votes
2answers
2k views
Hotel like Wifi manager
Does anyone knows which are these systems that manages paid wifi networks and some hotels and airports?
Even better, would anyone know a open/free project that would do or could be adapted to that ...
60
votes
3answers
30k views
Tell git which private key to use
ssh has the -i option to tell it which private key file to use when authenticating:
-i identity_file
Selects a file from which the identity (private key) for RSA or DSA
authentication is ...
2
votes
5answers
3k views
Firefox in Ubuntu : how to automate basic authentication password confirm dialog
I have an Ubuntu workstation with Firefox always open on a (autorefreshing) web page protected by basic auth.
At startup, I have autologin and automatic Firefox start on the page and I have saved the ...
10
votes
3answers
14k views
Windows Authentication with Google Chrome
Does Google Chrome work with Windows Authentication? We have internal websites that use Windows authentication and I'd like Chrome to not have to prompt me every time I access those sites for ...
9
votes
1answer
9k views
Let Firefox automatically accept “authentication required” dialogue
When accessing sites at my work I get various "authentication required" dialogues, i.e. from the intranet proxy server. Firefox does remember the username/password but I have to click the dialogue all ...
6
votes
2answers
10k views
Why is Google Chrome not saving proxy username/password?
Is there a way to have Chrome save username/password for proxy servers, so I don't have to type them in every time I start it up?
2
votes
4answers
470 views
Problem with shared ssh keys
Following the process I've used in other environments, I've tried setting-up shared keys between my Mac and my CentOS 4 webserver. I've seen the same problem with my older Ubuntu 7.10 workstation ...
1
vote
2answers
4k views
How can I get my router and Inprocomm IPN2220 wireless network card connected?
Problem
I can not connect to my Techniclan WAR-54G router's personal wireless network via my older Acer Travelmate 2300 XP Pro laptop that uses a InProComm IPN2220 wireless network card. However, ...
0
votes
2answers
524 views
Can I set up multiple accounts on DD-WRT?
I want to set up multiple accounts on DD-WRT (accounts meaning, username-password pairs). Specifically, I want one to be used primarily for remote web management (though there is no reason to restrict ...
11
votes
7answers
3k views
Why is MAC-based authentication insecure?
Most wireless routers can use MAC-based authentication as part of their overall security scheme. It seems like a good idea, but I've heard that it is very ineffective, because it's easy to spoof MAC ...
3
votes
1answer
2k views
How to setup ssh, key-based (“password-less”) logins to a Linux/MacOSX sshd server via Windows, Linux, or MacOSX clients?
How does one setup ssh, key-based ("password-less") client logins to a Linux/MacOSX sshd server via Windows, Linux, or MacOSX clients?
[Seeking both basic, conceptual understanding of key-based, ...
2
votes
3answers
950 views
How to allow fast user switching on a remote Mac?
Our server has been locked by a person who haven't logged out after working on it, so now I cannot access it without restart. Can I somehow allow via SSH fast user switching without restarting the ...
2
votes
2answers
1k views
Can I see the SMTP session log when Mail.app connects to an SMPT server?
Problem: I've set up a mail server using SASL authentication, and have given Mail.app (on Mac Os 10.4) the login information it needs to connect. I wrote a test message for it to deliver to my ...
1
vote
1answer
38 views
How to disable/setup same name and same password authentication between two windows PCs on the same network?
My Experiment
So I set up a simple network with Two computers. Both on the same Work group.
I created a LOCAL user 'A' with pasword 'A' in Computer 1.
And then I created an identical named LOCAL ...
1
vote
3answers
823 views
What is PAM (Pluggable Authentication Modules) in Linux?
What is PAM (Pluggable Authentication Modules) in Linux? I know it is used for authentication, but what good is this? How does it work?
I am using CentOS 6.2.
1
vote
2answers
337 views
passwordless ssh
May be this is a repeat question, but I couldn't find any answer that works for me in the search result.
I am trying to connect to a prod_host from my office_desktop_host which I have connected ...
1
vote
0answers
369 views
Trouble accessing network drives in Windows 7
Running Windows 7 Professional.
I am experiecing problems accessing network drives (shares) on my local netowork.
I have a LaCiE network drive - the Windows XP machine can access it without problems.
...
0
votes
2answers
435 views
How do I use an SSH public key from a remote machine?
Setup
The public keys are set up on a Macbook. I can do a passwordless push to github and a server (iMac) on the local network.
The Problem
I know the keys are partially setup correctly, because I ...