Shaare your links...
410 links
peacecoLiens Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Voir tous les commentaires(24)
Links per page: 20 50 100
page 1 / 1
3 results for tags ssh x
  • SSH Troubleshooting - Metawerx Java Wiki
    Failed to add the host to the list of known hosts (/home/USERNAME/.ssh/known_hosts)
    Connection works, but the following warning is issued

    Failed to add the host to the list of known hosts (/home/USERNAME/.ssh/known_hosts)

    This error occurs when:

       The user's HOME folder has incorrect permissions
       The user's HOME/.ssh folder or HOME/.ssh/known_hosts file has incorrect permissions (such as when the folder has been copied into location by root, or permissions have been manually set incorrectly)

    To fix, execute these commands (as root) to reset the permissions to their correct values (replace USERNAME with the appropriate username)

    cd ~
    chown USERNAME /home/username
    chown USERNAME -R /home/username/.ssh
    chmod 700 /home/USERNAME/.ssh
    chmod 600 /home/USERNAME/.ssh/*
    Tue 03 Sep 2013 07:08:29 AM UTC - permalink -
    - http://wiki.metawerx.net/wiki/SSHTunnelTroubleshooting
    ssh astuce

    Commentaires(0)













  • Blog Salem Harrache - sshuttle
    Forwarder sa connexion par ssh facilement grâce a sshuttle!
    Thu 01 Aug 2013 12:06:10 AM UTC - permalink -
    - http://salem.harrache.info/tag/sshuttle.html
    sshuttle ssh

    Commentaires(0)













  • raspbmc changer le port ssh de dropbear
    Pour changer le port ssh de drop bear sur raspbmc
    Le port par défaut est le 22, donc pas très sur...

    Cet exemple le changera en 26

    sudo nano /etc/xinetd.d/ssh

    remplacer:

    server_args = -i

    par

    server_args = -i -p 26

    ensuite
    sudo nano /etc/services

    remplacer par:
    ssh         22/tcp
    ssh         22/udp

    Par

    ssh         26/tcp
    ssh         26/udp

    Ensuite reboot le pi :)
    Mon 29 Apr 2013 08:17:15 PM UTC - permalink -
    - ?DIfMGg
    raspberry ssh dropbear

    Commentaires(0)













Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.40 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.