Search:

Type: Posts; User: guptesh; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    15
    Views
    755

    Re: ssh access problem

    U better try this https://kb.mediatemple.net/questions/1626/Using+SSH+keys+on+your+server
  2. Replies
    15
    Views
    755

    Re: ssh access problem

    is it working?
  3. Replies
    15
    Views
    755

    Re: ssh access problem

    uncomment this line #AuthorizedKeysFile %h/.ssh/authorized_keys in sshd_config. Now restart service and try again.
  4. Replies
    15
    Views
    755

    Re: ssh access problem

    do you have permission for generated key file?
  5. Replies
    15
    Views
    755

    Re: ssh access problem

    any luck with below commands???

    ssh -o PreferredAuthentications=keyboard-interactive -o PubkeyAuthentication=no host.example.com
    and
    ssh -o PreferredAuthentications=password -o...
  6. Replies
    15
    Views
    755

    Re: ssh access problem

    post your vps sshd_config configuration and -vvv verbose output of ur attempt.
    also try,
    ssh -o PreferredAuthentications=keyboard-interactive -o PubkeyAuthentication=no host.example.com
    and
    ssh...
  7. Replies
    15
    Views
    755

    Re: ssh access problem

    Check for: "PasswordAuthentication yes" on vps ssh configuration.

    OR

    you can use public key if you do not want to put in a password everytime.

    On your server

    Code:
    sudo...
  8. Replies
    7
    Views
    544

    Re: Website directs to 127.0.0.1

    All you have to do is restart bind to clear its cache:

    # /etc/init.d/named restart

    You can also use rndc command as follows flush out all cache:

    # rndc restart

    OR
  9. Re: webmin iptables rules NOT the same as system rules.

    chk for updates or try reinstalling webmin for quick fix...!!!
  10. Re: webmin iptables rules NOT the same as system rules.

    You could add a line to /etc/rc.local like :

    iptables-restore < /path/to/iptables/save-file

    The location of the same file depends on your Linux distro - it might
    be at /etc/sysconfig/iptables...
Results 1 to 10 of 10