The ssh-keys tag has no wiki summary.
0
votes
0answers
26 views
How do I set up an ssh keypair for a web user with no home folder?
The title basically says it all.
I have web user that needs to ssh a remote server. Said web user has no home folder. I have no root access to give it one. Has anyone had this problem before?
1
vote
1answer
58 views
Disabling only password ssh access for root
I know it's possible to disallow root logins via ssh, and that it is a Good Idea™ to disallow root to ever login via ssh (preferring instead to use sudo or similar).
Is it possible to allow ...
1
vote
1answer
50 views
Tell git which private key to use for a user without home folder
I was reading the question Tell git which private key to use, and the answer doesn't apply for a case were the user doesn't have any home directory.
We're setting up a Jenkins server right now, and ...
0
votes
6answers
80 views
Is there a way to log into a machine using SSH without password?
I know ssh is to create a secure shell connection to a machine, and we call ssh username@ip_address to login the machine.
Is there a way that I won't need to enter the password when connecting via ...
1
vote
2answers
45 views
why doesnt key authentication work for openssh?
I am working on setting up a hadoop cluster, as per the following tutorial: http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/#sun-java-6
My problem comes in ...
1
vote
1answer
57 views
How do I achieve passwordless CVS updates?
I'm working on some code from my computer at home and would like to do CVS updates to a remote server. When I'm at work I don't need to type in a password, but at home each time I need to type in my ...
2
votes
2answers
201 views
How to store SSH keys?
I've started using SSH keys instead of passwords just recently (thanks to GitHub, of course), so please keep in mind that I'm pretty new to this whole concept. Currently my keys simply lay in ~/.ssh, ...
2
votes
2answers
237 views
Using ssh keys for multiple sites?
I was wondering, is it considered safe to use the same SSH key for multiple sites? (eg. github, bitbucket, heroku, etc)?
Or is it recommended to generate a different SSH key for each website/usage?
1
vote
1answer
128 views
SSH key not recognized after installation (also: can I store keys on NTFS)
I've reinstalled my Fedora 15. I decided to keep my SSH keys, including Github key, so I won't have to generate new one.
However, when I copied them back from NTFS partition to ~/.ssh directory, ...
0
votes
1answer
99 views
Authentication failure when connection
I am working currently on my server on an issue, I configured the SSH Deamon that only people who have a valid ssh-key can login on to the server, and kicked the password option
Now I've added a ...
1
vote
0answers
86 views
What is the purpose of the randomart generated by the ssh-keygen utility? [closed]
Possible Duplicate:
What is randomart produced by ssh-keygen?
Am setting up my git-hub stuff, and part of it entails creating public-private key pair using the ssh-keygen utility. But ...
11
votes
2answers
5k views
Using Multiple SSH Public Keys
I have a personal account and a company account on Unfuddle. On Unfuddle SSH keys can only be used on a single account, so I need to create a seperate SSH key on my laptop for both accounts. I ran ...
0
votes
1answer
413 views
How to set up VPN Connection with .p12 and ovpn file
Right, i'm quite new to linux 'Ubuntu 10.10' and i'm having a hard time trying to import keys and certificates for vpn connection to my work office server.
I have a .p12 file which is the key i'm ...
0
votes
2answers
134 views
Security issue with reusing rsa_id keys
I have been setting up a lot of virtual machines for different projects I'm working on. Instead of using ssh-keygen on each machine, I've been copying my id_rsa file from one of my machines to all the ...
2
votes
2answers
186 views
SSH host authenticity issue
I'm receiving the wonderful "The authenticity of host xx can't be established." message when attempting to SSH into a box. I have two systems that recently swapped names. My system is a RHEL5.6 box.
...
0
votes
1answer
306 views
Adding a path to a ssh key file
I want to to make it so that when a file looks for a ssh key in /Users/skline/.ssh/id_rsa.pub it automatically also looks into the directory /var/root/.ssh/id_rsa.pub (where my ssh is actually ...
0
votes
2answers
138 views
Remove all the keys (credentials) from a PC
I gonna have to change my Windows PC with a colleague at office.
I've added a few rsa ssh keys while playing around with git, github, heroku and a few others.
What'd be the best way to remove all my ...
0
votes
1answer
80 views
ssh-keygen wont work
For centOs i am trying to configure a ssh key but it denies the approval.I tried this from the following link
http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/internet/node31.html
For more ...
3
votes
5answers
345 views
How to generate a public/private key (UNIX)
Can some one please tell me, for using SSH, why does a host also need to have a public and private key? And how can I generate a public/private key pair for myself?
1
vote
2answers
131 views
ssh passwordless -login [closed]
Possible Duplicate:
SSH asks for password, even with public key installed
http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/internet/node31.html
I am trying to login from machine A to ...
2
votes
4answers
249 views
SSH asks for password, even with public key installed
I have set up pub key authentication between two servers. Everything should work, but I am still asked for the password.
Here's parts of my sshd config file, which I didn't alter after setting up the ...
0
votes
1answer
919 views
Git SSH setup Permission denied (publickey)
I'm using a VWWare image of Ubuntu 8.04 and experiencing problems while setting up git access over SSH
I get the following output
debug1: Authentications that can continue: publickey
debug1: Next ...
1
vote
1answer
622 views
SSH Key Exchange from Cygwin to Ubuntu Fails
I'm trying to SSH from a Windows/Cygwin to Ubuntu. I am not using PuTTY. Instead, I'm using Cygwin ssh, which should be OpenSSH. I used ssh-user-config on the Windows machine to generate my key ...
3
votes
1answer
3k views
Connect to server using SFTP and public ssh key using FileZilla on Windows
Is it possible to generate an ssh key on a windows machine then use that key to connect to a server using SFTP via FileZilla?
This is all working with my Mac but I have a client that is stuck in a ...
0
votes
2answers
315 views
Use the same private key git
I have a private key git file in my desktop wich I currently use and I also need to use on my laptop, my question is can I also use the same key in a different computer and if its possible how can I ...
0
votes
1answer
183 views
How do I copy an SSH key from a Mac to a Windows machine?
I have a public SSH key on my MacBook, but am trying to access a host that requires it on my desktop.
How do I do that, and where do I put it on my Windows machine?
I am using gitGui on Windows and ...