Search results

  1. S

    SSH Public Key Problems

    Just thought I would let everyone know that the login problem is solved!! Hallelujah!! My web host failed to mention that the SSH2 key needed to be rsa not dsa. Works great now. Thanks for all your help guys!
  2. S

    SSH Public Key Problems

    that directory is on my local machine. I used "ssh-keygen -t dsa" to generate the keys Should I contact my hosting co? I could never log in just by "ssh username@domain.org"
  3. S

    SSH Public Key Problems

    bbolin, I have been granted shell access and was told that I needed to generate my keys and paste the public key into the webhosts browser interface then I would be able to ssh into the server. I have never been successfull in loggin in using ssh because something is happening with my public...
  4. S

    SSH Public Key Problems

    I copied the id_dsa.pub key in Text Editor into the web control ssh field for my hosting company and tried to ssh into the server again and was denied again with this debug log:
  5. S

    SSH Public Key Problems

    bbolin, No, I can't ssh into the server that is the problem.
  6. S

    SSH Public Key Problems

    I tried scp to the home directory on the remote server with no luck. The only way Aplus.net has it set up is via a web browser control pannel. They want you to paste the public key in a field. Any other suggestions? I appreciate your help!!
  7. S

    SSH Public Key Problems

    Where would I FTP to? I only have access to my websites directory on the server. That is one reason I am trying to get SSH access, its impossible to setup or configure any scripts easily without ssh to the server.
  8. S

    SSH Public Key Problems

    I am using OSX Terminal from prompt; ssh-keygen
  9. S

    SSH Public Key Problems

    I am pasting the id_dsa.pub key from vi in Terminal into a control pannel from my web hosting company (Aplus.net). I have noticed that the Aplus.net server is checking the private key on my machine but doesn't like the format "-----BEGIN PRIVATE KEY-----" bla bla bla. So I have tryed taking...
  10. S

    SSH Key Issues

    I am having problems figuring out why I can't login via ssh to my webserver. Here is the verbose ssh login. Please if anyone has some suggestions let me know. Thanks Deleted
  11. S

    SSH Public Key Problems

    Any Help with the server log that I posted?
  12. S

    SSH Public Key Problems

    OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005 debug1: Reading configuration data /etc/ssh_config debug2: ssh_connect: needpriv 0 debug1: Connecting to crosst.org [66.226.88.136] port 22. debug1: Connection established. debug1: identity file /Users/steve/.ssh/identity type -1 debug1: identity...
  13. S

    SSH Public Key Problems

    this is the listing of ".ssh". authorized_keys id_dsa id_dsa.pub known_hosts The ssh-keygen -d created the id_dsa and the id_dsa.pub keys and I have copied the id_dsa.pub key from pico to the Aplus.net SSH control pannel. With no luck.
  14. S

    SSH Public Key Problems

    lurk, call me stupid, but I can't actually see a directory named ".ssh", but I can "cd" to "/Users/steve/.ssh" and there I am. What's up?
  15. S

    SSH Public Key Problems

    Hi, I am using Terminal to generate a public SSH2 key for a Unix machine running Apache. The Unix machine is with my web hosting company Aplus.net. I have requested SSH access to the server for configuring some pearl scripts for website statistics. My problem is after generating the public...
Back
Top