{"id":1225,"date":"2013-07-16T01:35:07","date_gmt":"2013-07-15T23:35:07","guid":{"rendered":"http:\/\/christeninformatica.ch\/?p=1225"},"modified":"2022-08-15T13:29:51","modified_gmt":"2022-08-15T11:29:51","slug":"secure-shell-server-sshd-sicurezza-in-linux","status":"publish","type":"post","link":"https:\/\/christeninformatica.ch\/it\/secure-shell-server-sshd-sicurezza-in-linux\/","title":{"rendered":"Linux Secure Shell Server (SSHD) &#8211; Sicurezza"},"content":{"rendered":"<p>Guida di base alla sicurezza di SSHD. In questa guida illustrer\u00f2 alcuni punti importanti riguardanti la sicurezza di un server SSH. SSHD \u00e8 un servizio che offre la possibilit\u00e0 di connettersi ad una Shell da remoto. La connessione avviene in modo criptato. Ecco alcuni punti per migliorare la sicurezza di SSHD.<\/p>\n<h2>1. Limitare l&#8217;accesso tramite indirizzo ip<\/h2>\n<p>Per limitare l&#8217;accesso tramite indirizzo ip editare il file hosts.allow e host.deny. Nel file allow andiamo ad inserire le istruzioni sul chi pu\u00f2 accedere e nel file con l&#8217;estensione .deny informazioni sugli ip a cui negare l&#8217;accesso. Nel nostro caso a tutti. Per farlo inserire in <b>\/etc\/hosts.deny<\/b> la seguente  riga:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>sshd: ALL\n<\/pre>\n<\/blockquote>\n<\/div>\n<p>Con questo rifiutiamo l&#8217;accesso a tutti a parte chiaramente gli hosts inseriti (indirizzi ip, o range di ip) nel file hosts.allow, che andiamo ad editare. In questo modo l&#8217;accesso sar\u00e0 permesso solo da uno specifico indirizzo Ip. Nel file <b>\/etc\/hosts.allow<\/b> inserire la seguente riga:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>sshd: 192.168.200.10\n<\/pre>\n<\/blockquote>\n<\/div>\n<h2>2. Limitare l&#8217;accesso ad alcuni utenti<\/h2>\n<p>Per limitare l&#8217;accesso solo ad alcuni utenti editare il file \/etc\/ssh\/sshd_config ed aggiungere la seguente riga:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>AllowUsers chituser\n<\/pre>\n<\/blockquote>\n<\/div>\n<h2>3. Disabilitare il login da Root<\/h2>\n<p>Per disabilitare il login da Root editare il file \/etc\/ssh\/sshd_config ed aggiungere la seguente riga:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>PermitRootLogin no\n<\/pre>\n<\/blockquote>\n<\/div>\n<p>Rendendo impossibile l&#8217;accesso diretto tramite Root si evita di esporre l&#8217;account dell&#8217;amministratore ad eventuali attacchi ed exploit. Poi, oltre a questo, un eventuale attacker dovrebbe essere a conoscenza delle informazioni di accesso (nome utente e password) riguardanti sia l&#8217;utente usato per connettersi al Server che Root. Quindi una doppia sicurezza.<\/p>\n<h2>4. Cambiare la Porta<\/h2>\n<p>Il motivo per il quale viene consigliato di non usare la porta (22) standard \u00e8 il seguente: Un attaccante potrebbe scannare l&#8217;ip del Server con un port-scanner e capire che sul Server in questione sia attivo SSHD e decidere di usarlo come punto di attacco.<\/p>\n<p>Oppure un malintenzionato potrebbe scannare la rete alla ricerca di hosts con la porta 22 aperta con un ip-scanner. Quindi come in tutto  meno informazioni si danno all&#8217;attaccante su che Servizi sono attivi e sul che porte sono aperte e meglio \u00e8.<\/p>\n<p>Vi sono due tipi di scanner, gli IP-scanner e i Port-scanner che come si capisce gi\u00e0 dalla parola servono rispettivamente per scannare un ip alla ricerca di porte aperte o per scannare un range di ip (una rete) alla ricerca di specifiche porte aperte. L&#8217;IP-scanner scanna la rete alla ricerca di hosts con una specifica porta aperta mentre il port-scanner scanna und indirizzo ip alla ricerca di porte aperte. Network-scanners come <a href=\"http:\/\/nmap.org\/\" title=\"Network and ip scanner\">nmap<\/a>  per  <b>Linux<\/b> incorporano tutte e due le funzionalit\u00e0.<\/p>\n<p>Per cambiare la porta dobbiamo per prima cosa sceglierne una, si pu\u00f2 usare una qualsiasi porta da 1024 a 65535. Uno scanner non scanner\u00e0 per default queste porte (non standard).<\/p>\n<p>Per cambiare la porta editare il file di configurazione sshd_config e aggiungere le seguenti righe:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>Port 6500\nListenAddress 10.10.10.10\n<\/pre>\n<\/blockquote>\n<\/div>\n<h2>5. Usare password complicate e cambiarle spesso<\/h2>\n<p>Cambiare spesso le password e usarne di complicate \u00e8 molto importante. L&#8217;ideale sarebbe cambiare la password ogni mese o due.<\/p>\n<h2>6. Attivare l&#8217;opzione StrictModes<\/h2>\n<p>Per usare l&#8217;opzione settare il valore su yes, editando il file \/etc\/sshd_config:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>StrictModes yes\n<\/pre>\n<\/blockquote>\n<\/div>\n<h2>7. Usare UsePrivilegeSeparation<\/h2>\n<p>Per attivare l&#8217;opzione editare il file \/etc\/sshd_config e aggiungere quanto segue:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>UsePrivilegeSeparation yes\n<\/pre>\n<\/blockquote>\n<\/div>\n<h2>8. Forzare l&#8217;uso del Protocollo 2<\/h2>\n<p>Per forzare l&#8217;uso del protocollo 2 Aggiungere la seguente riga nel file di configurazione:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>Protocol 2\n<\/pre>\n<\/blockquote>\n<\/div>\n<p>Se \u00e8 gi\u00e0 presente lasciare com&#8217;\u00e8. Questo far\u00e0 in modo che ai client che hanno ancora in uso una versione vecchia di un ssh client, verr\u00e0 negato l&#8217;accesso.<\/p>\n<h2>9. Disabilitare l&#8217;accesso senza password<\/h2>\n<p>Per impedire il login da remoto a utenti non protetti da password impostare la seguente opzione su no:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>PermitEmptyPasswords no\n<\/pre>\n<\/blockquote>\n<\/div>\n<h2>10. Limitare l&#8217;accesso tramite ip usando iptables<\/h2>\n<p>In alternativa al metodo utilizzato prima o come doppia sicurezza (usare entrambi i metodi) oltre al fare uso del file hosts.deny e hosts.allow per limitare l&#8217;accesso solo ad alcuni hosts, vi \u00e8 la possibilit\u00e0 di usare iptables per ottenere li stessi risultati.<\/p>\n<p>Ecco il comando per permettere l&#8217;accesso al Secure Shell Server su una determinata porta ad un host specifico:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre># iptables -A INPUT -p tcp -m state --state NEW --source 192.168.200.10 --dport 6500 -j ACCEPT \n<\/pre>\n<\/blockquote>\n<\/div>\n<p>Questo invece \u00e8 il comando per negare l&#8217;accesso a tutti gli altri:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre># iptables -A INPUT -p tcp --dport 6500 -j DROP\n<\/pre>\n<\/blockquote>\n<\/div>\n<h2>11. Attualizzare OpenSSH e sistema operativo<\/h2>\n<p>Una altra cosa importante \u00e8 chiaramente tenere aggiornato il sistema operativo come anche l&#8217;applicazione stessa, OpenSSH. Assicurarsi di avere in uso sempre la versione pi\u00f9 attuale disponibile.<\/p>\n<h2>12. SSH Client<\/h2>\n<p>Ora per connettersi al Secure Shell Server appena configurato bisogna usare i parametri -l per specificare l&#8217;utente e -p per la porta. Ecco un esempio:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>ssh -l chituser -p 6500 10.10.10.10\n<\/pre>\n<\/blockquote>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Guida di base alla sicurezza di SSHD. In questa guida illustrer\u00f2 alcuni punti importanti riguardanti la sicurezza di un server SSH. SSHD \u00e8 un servizio che offre la possibilit\u00e0 di connettersi ad una Shell da remoto. La connessione avviene in modo criptato. Ecco alcuni punti per migliorare la sicurezza di SSHD. 1. Limitare l&#8217;accesso tramite&#8230;<\/p>\n<p class=\"more-link-wrap\"><a href=\"https:\/\/christeninformatica.ch\/it\/secure-shell-server-sshd-sicurezza-in-linux\/\" class=\"more-link\">Read More<span class=\"screen-reader-text\"> &ldquo;Linux Secure Shell Server (SSHD) &#8211; Sicurezza&rdquo;<\/span> &raquo;<\/a><\/p>","protected":false},"author":5,"featured_media":1847,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[74,49],"tags":[96,10,99,12,98,93,20,5,16,91,92,95,11,97],"class_list":["post-1225","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux-server","category-sicurezza-informatica-anonimato","tag-blacklist","tag-guida","tag-iptables","tag-italiano","tag-list","tag-secure-shell","tag-security","tag-server","tag-sicurezza","tag-ssh","tag-sshd","tag-tcp-wrappers","tag-tutorial","tag-whitelist"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Linux Secure Shell Server (SSHD) - Sicurezza &#8226; CHIT<\/title>\n<meta name=\"description\" content=\"Guida di base alla sicurezza di SSHD. In questa guida illustrer\u00f2 alcuni punti importanti riguardanti la sicurezza di un server SSH.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/christeninformatica.ch\/it\/secure-shell-server-sshd-sicurezza-in-linux\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Linux Secure Shell Server (SSHD) - Sicurezza &#8226; CHIT\" \/>\n<meta property=\"og:description\" content=\"Guida di base alla sicurezza di SSHD. In questa guida illustrer\u00f2 alcuni punti importanti riguardanti la sicurezza di un server SSH.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/christeninformatica.ch\/it\/secure-shell-server-sshd-sicurezza-in-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"CHIT\" \/>\n<meta property=\"article:published_time\" content=\"2013-07-15T23:35:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-15T11:29:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/christeninformatica.ch\/media\/ssh-secure-shell.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"728\" \/>\n\t<meta property=\"og:image:height\" content=\"250\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"chitblog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"chitblog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/\"},\"author\":{\"name\":\"chitblog\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#\\\/schema\\\/person\\\/b0952e900860b424a6b0906f1d6a0a64\"},\"headline\":\"Linux Secure Shell Server (SSHD) &#8211; Sicurezza\",\"datePublished\":\"2013-07-15T23:35:07+00:00\",\"dateModified\":\"2022-08-15T11:29:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/\"},\"wordCount\":758,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/ssh-secure-shell.jpg\",\"keywords\":[\"Blacklist\",\"guida\",\"iptables\",\"italiano\",\"list\",\"secure shell\",\"security\",\"server\",\"Sicurezza\",\"ssh\",\"sshd\",\"TCP WRAPPERS\",\"tutorial\",\"Whitelist\"],\"articleSection\":[\"LINUX SERVER\",\"Sicurezza \\\/ Anonimato\"],\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/\",\"url\":\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/\",\"name\":\"Linux Secure Shell Server (SSHD) - Sicurezza &#8226; CHIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/ssh-secure-shell.jpg\",\"datePublished\":\"2013-07-15T23:35:07+00:00\",\"dateModified\":\"2022-08-15T11:29:51+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#\\\/schema\\\/person\\\/b0952e900860b424a6b0906f1d6a0a64\"},\"description\":\"Guida di base alla sicurezza di SSHD. In questa guida illustrer\u00f2 alcuni punti importanti riguardanti la sicurezza di un server SSH.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/#primaryimage\",\"url\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/ssh-secure-shell.jpg\",\"contentUrl\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/ssh-secure-shell.jpg\",\"width\":728,\"height\":250},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/secure-shell-server-sshd-sicurezza-in-linux\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/christeninformatica.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Linux Secure Shell Server (SSHD) &#8211; Sicurezza\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#website\",\"url\":\"https:\\\/\\\/christeninformatica.ch\\\/\",\"name\":\"CHIT\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/christeninformatica.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#\\\/schema\\\/person\\\/b0952e900860b424a6b0906f1d6a0a64\",\"name\":\"chitblog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g\",\"caption\":\"chitblog\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Linux Secure Shell Server (SSHD) - Sicurezza &#8226; CHIT","description":"Guida di base alla sicurezza di SSHD. In questa guida illustrer\u00f2 alcuni punti importanti riguardanti la sicurezza di un server SSH.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/christeninformatica.ch\/it\/secure-shell-server-sshd-sicurezza-in-linux\/","og_locale":"it_IT","og_type":"article","og_title":"Linux Secure Shell Server (SSHD) - Sicurezza &#8226; CHIT","og_description":"Guida di base alla sicurezza di SSHD. In questa guida illustrer\u00f2 alcuni punti importanti riguardanti la sicurezza di un server SSH.","og_url":"https:\/\/christeninformatica.ch\/it\/secure-shell-server-sshd-sicurezza-in-linux\/","og_site_name":"CHIT","article_published_time":"2013-07-15T23:35:07+00:00","article_modified_time":"2022-08-15T11:29:51+00:00","og_image":[{"width":728,"height":250,"url":"https:\/\/christeninformatica.ch\/media\/ssh-secure-shell.jpg","type":"image\/jpeg"}],"author":"chitblog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"chitblog","Est. reading time":"5 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/#article","isPartOf":{"@id":"https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/"},"author":{"name":"chitblog","@id":"https:\/\/christeninformatica.ch\/#\/schema\/person\/b0952e900860b424a6b0906f1d6a0a64"},"headline":"Linux Secure Shell Server (SSHD) &#8211; Sicurezza","datePublished":"2013-07-15T23:35:07+00:00","dateModified":"2022-08-15T11:29:51+00:00","mainEntityOfPage":{"@id":"https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/"},"wordCount":758,"commentCount":0,"image":{"@id":"https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/christeninformatica.ch\/media\/ssh-secure-shell.jpg","keywords":["Blacklist","guida","iptables","italiano","list","secure shell","security","server","Sicurezza","ssh","sshd","TCP WRAPPERS","tutorial","Whitelist"],"articleSection":["LINUX SERVER","Sicurezza \/ Anonimato"],"inLanguage":"it-IT","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/","url":"https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/","name":"Linux Secure Shell Server (SSHD) - Sicurezza &#8226; CHIT","isPartOf":{"@id":"https:\/\/christeninformatica.ch\/#website"},"primaryImageOfPage":{"@id":"https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/#primaryimage"},"image":{"@id":"https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/christeninformatica.ch\/media\/ssh-secure-shell.jpg","datePublished":"2013-07-15T23:35:07+00:00","dateModified":"2022-08-15T11:29:51+00:00","author":{"@id":"https:\/\/christeninformatica.ch\/#\/schema\/person\/b0952e900860b424a6b0906f1d6a0a64"},"description":"Guida di base alla sicurezza di SSHD. In questa guida illustrer\u00f2 alcuni punti importanti riguardanti la sicurezza di un server SSH.","breadcrumb":{"@id":"https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/#primaryimage","url":"https:\/\/christeninformatica.ch\/media\/ssh-secure-shell.jpg","contentUrl":"https:\/\/christeninformatica.ch\/media\/ssh-secure-shell.jpg","width":728,"height":250},{"@type":"BreadcrumbList","@id":"https:\/\/christeninformatica.ch\/secure-shell-server-sshd-sicurezza-in-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/christeninformatica.ch\/"},{"@type":"ListItem","position":2,"name":"Linux Secure Shell Server (SSHD) &#8211; Sicurezza"}]},{"@type":"WebSite","@id":"https:\/\/christeninformatica.ch\/#website","url":"https:\/\/christeninformatica.ch\/","name":"CHIT","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/christeninformatica.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Person","@id":"https:\/\/christeninformatica.ch\/#\/schema\/person\/b0952e900860b424a6b0906f1d6a0a64","name":"chitblog","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/secure.gravatar.com\/avatar\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g","caption":"chitblog"}}]}},"_links":{"self":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/posts\/1225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/comments?post=1225"}],"version-history":[{"count":0,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/posts\/1225\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/media\/1847"}],"wp:attachment":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/media?parent=1225"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/categories?post=1225"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/tags?post=1225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}