Shaare your links...
1938 links
Dotmana Shaarli Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
3 results for tags ssh x
  • Edit Synology IP Block list through SSH | Tim's Blog
    SSH to your Synology Diskstation as “root”.
    The “Autoblock list” is located at /etc/synoautoblock.db
    This is a SQLLite database, so don’t try to edit it with VI.

    sqlite3 synoautoblock.db
    .header on
    select * from AutoBlockIP;
    sqlite> select * from AutoBlockIP;

    IP RecordTime ExpireTime Deny IPStd
    ————– ———- ———- ———- —————————————
    blocked IP xxx.xxx.xxx.xxx 0 1 0000:0000:0000:0000:0000:FGGG:C3A8:B415

    delete from AutoBlockIP where IP = “xxx.xxx.xxx.xxx”;
    .exit
    Thu 18 Nov 2021 08:01:31 AM CET - permalink -
    - https://tklaassens.wordpress.com/2016/03/25/edit-synology-ip-block-list-through-ssh/
    diskstation ssh synology
  • Synology DSM root password for ssh | Primal Cortex's Weblog
    si l'accès root en SSH au synology ne fonctionne plus, voici la solution :
    ---------
    After getting the DSM 6.0 upgrade, I’ve become unable to login as root using SSH, even though I’ve been able to do it before the upgrade (DSM 5.5 or something like that).
    The solution:
    1. SSH to machine as admin user.
    2. Enter command “sudo su” and providing admin password.
    3. Enter command “synouser -–setpw root “.
    Now I’m able to logon as root using SSH again, and I didn’t have to mess with telnet.
    Mon 11 Apr 2016 02:11:25 PM CEST - permalink -
    - https://primalcortex.wordpress.com/2012/08/25/synology-dsm-root-password-for-ssh/
    ssh synology
  • Installer sa clé SSH sur un ESXI 5 - Apprendre c'est bien, comprendre c'est mieux
    ssh-copy-id ne fonctionne pas avec un serveur ESXi.
    Il faut copier la clé SSH dans un fichier particulier :
    /etc/ssh/keys-root/authorized_keys
    Wed 11 Feb 2015 10:35:44 PM CET - permalink -
    - http://www.admin-systeme.com/os/esxi/installer-sa-cle-ssh-sur-un-esxi-5/
    esxi ssh
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.