Questions tagged [authentication]

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.

787 questions
1106
votes
25 answers

How to tell git which private key to use?

ssh has the -i option to tell which private key file to use when authenticating: -i identity_fileSelects a file from which the identity (private key) for RSA or DSA authentication is read.  The default is ~/.ssh/identity for protocol…
jrdioko
  • 12,445
  • 5
  • 27
  • 26
299
votes
15 answers

Too many authentication failures for *username*

I have a hostgator account with ssh access enabled. When trying to upload the generated .pub key file with this command: rsync -av -e "ssh -p2222" /home/user/.ssh/key.pub username@111.222.33.44:.ssh/authorized_keys I keep getting: Received…
Gabriel
  • 3,615
  • 5
  • 27
  • 24
199
votes
9 answers

How do I configure SSH so it doesn't try all the identity files automatically?

I have been putting my ssh identity files inside my ~/.ssh/ folder. I have probably about 30 files in there. When I connect to servers, I will specify the identity file to use with something like ssh -i ~/.ssh/client1-identity…
cwd
  • 17,668
  • 42
  • 121
  • 159
129
votes
4 answers

Keep GnuPG credentials cached for entire user session

GnuPG can, with gpg-agent, cache access to a private key. How can I keep that cache active for the entire user session? When I unlock the key for gpg-agent, it only stays cached for a limited time. With SSH's agent, I enter the passphrase one time…
bignose
  • 3,037
  • 3
  • 22
  • 26
55
votes
2 answers

ssh -o PreferredAuthentications: What's the difference between "password" and "keyboard-interactive"?

Both PreferredAuthentications=password and PreferredAuthentications=keyboard-interactive would prompt for the password, so what's the difference between them? I Google'd with the keywords ssh PreferredAuthentications password keyboard-interactive…
su.root
  • 898
  • 1
  • 6
  • 15
33
votes
4 answers

How do I use my keyfile to sftp transfer data from one server to another

I cant scp, the other server only takes sftp connections. Currently, I am trying to do sftp jay@server.name.com:/files> put -r ~/ -i keyname does not work, just resolves with illegal option -- i.
Jay
  • 547
  • 2
  • 5
  • 8
31
votes
6 answers

Passing UNC username and password within a UNC path

Is it possible to pass the UNC username and password within a UNC path? Similar to how FTP and SMB support this: smb://user:pass@destination.com/share ftp://user:pass@destination.com/share I am trying to get a (non domain PC) service access to a…
Kvad
  • 541
  • 2
  • 7
  • 16
30
votes
5 answers

Connecting Adium to Google Talk with a 2-factor authentication account isn’t working

Anyone else having this problem? After turning on 2-factor authentication on my Google Account I stopped being able to log in through Adium (Mac IM client that uses Pidgin’s libpurple for IM). Obviously you need to generate an application-specific…
Robin Whittleton
  • 471
  • 1
  • 6
  • 15
29
votes
2 answers

Does Firefox support wildcards in NTLM / Negotiate URI's for autologin?

Following this question about Windows Domain Authentication with Firefox, does FF support using wildcards in the URI's? I'm not finding anything where it mentions support either way.
squillman
  • 7,341
  • 3
  • 37
  • 42
28
votes
2 answers

Private/Public Key Authentication for Windows Remote desktop

Does anything exist for Windows RDP (Remote Desktop Protocol) that is similar to SSH (in Linux) Public/Private key authentication (Instead of leaving normal password authentication open)? I'm finding conflicting answers to this topic around the…
23
votes
6 answers

Why does Internet Explorer keep asking me for NTLM credentials in an intranet zone?

Long text, sorry for that. I'm trying to be as specific as possible. I'm on Windows 7 and I experience a very frustrating Internet Explorer 8 behavior. I'm in a company LAN with some intranet servers and a proxy for connecting with the outside…
Tomalak
  • 1,173
  • 5
  • 12
  • 24
22
votes
3 answers

Windows Domain Authentication with Firefox

We have many internal web sites on our domain: a.blah.com b.bhah.com c.blah.com IE authenticates automatically using the currently signed in domain user but fire fox pops up a login box, sometimes multiple times per page load if assets on…
Danielb
  • 619
  • 2
  • 8
  • 11
21
votes
1 answer

What is a GPG with "authenticate" capability used for?

GnuPG subkeys can be flagged with three kind of capabilities: Sign, Encrypt and Authenticate. While the first two actions are widely used and documented, the authenticate action is somehow mysterious. You can make such key only using editing a…
Claudio Floreani
  • 832
  • 1
  • 9
  • 12
19
votes
5 answers

Chrome - Why am I automatically authenticated to a web app even after clearing browser cookies?

I am accessing a web application using Chrome. If I sign out of the app and clear all Chrome history/cookies/etc (even Flash cookies which are now handled by Chrome in the same Clear History area) and then re-access the site, I am automatically…
Howiecamp
  • 1,568
  • 8
  • 32
  • 48
18
votes
1 answer

Any way to access StackExchange from a text only browser?

I have a very slow computer and spend most of my time without a graphical environment. StackExchange doesn't let me log in using Links saying that my "request could not be completed because it looks suspicious." Is there any way to get around this?
technillogue
  • 263
  • 1
  • 9
1
2 3
52 53