Notice: La fonction _load_textdomain_just_in_time a été appelée de façon incorrecte. Le chargement de la traduction pour le domaine astra a été déclenché trop tôt. Cela indique généralement que du code dans l’extension ou le thème s’exécute trop tôt. Les traductions doivent être chargées au moment de l’action init ou plus tard. Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 6.7.0.) in /home/totaldepannage/public_html/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home/totaldepannage/public_html/wp-includes/functions.php:6114) in /home/totaldepannage/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/totaldepannage/public_html/wp-includes/functions.php:6114) in /home/totaldepannage/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/totaldepannage/public_html/wp-includes/functions.php:6114) in /home/totaldepannage/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/totaldepannage/public_html/wp-includes/functions.php:6114) in /home/totaldepannage/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/totaldepannage/public_html/wp-includes/functions.php:6114) in /home/totaldepannage/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/totaldepannage/public_html/wp-includes/functions.php:6114) in /home/totaldepannage/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/totaldepannage/public_html/wp-includes/functions.php:6114) in /home/totaldepannage/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/totaldepannage/public_html/wp-includes/functions.php:6114) in /home/totaldepannage/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/totaldepannage/public_html/wp-includes/functions.php:6114) in /home/totaldepannage/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":160,"date":"2013-07-23T19:34:08","date_gmt":"2013-07-23T18:34:08","guid":{"rendered":"https:\/\/total-depannage.com\/?p=160"},"modified":"2013-07-23T19:34:45","modified_gmt":"2013-07-23T18:34:45","slug":"shuttle-accedez-en-1-click-a-vos-connexions-ssh","status":"publish","type":"post","link":"https:\/\/total-depannage.com\/shuttle-accedez-en-1-click-a-vos-connexions-ssh\/","title":{"rendered":"Shuttle \u2013 Acc\u00e8dez en 1 click \u00e0 vos connexions SSH"},"content":{"rendered":"

\"Shuttle<\/p>\n

Si vous passez votre vie \u00e0 \u00eatre connect\u00e9 en SSH et que vous \u00eates sous Mac, voici un petit soft sans pr\u00e9tention<\/a> qui va vous rendre la vie plus douce.<\/p>\n

Il s’agit de Shuttle<\/strong>, une app gratuite qui se loge dans la barre des t\u00e2ches et qui vous permet de lancer en un clic les connexions vers vos serveurs. Pratique non ?<\/p>\n

<\/p>\n

\"shuttle<\/a><\/p>\n

Pour la config, \u00e7a se passe dans un fichier et \u00e7a se pr\u00e9sente sous cette forme :<\/p>\n

\n

{
\n\u00ab\u00a0_comment\u00a0\u00bb: \u00ab\u00a0Valid terminals include: ‘Terminal.app’ or ‘iTerm'\u00a0\u00bb,
\n\u00ab\u00a0terminal\u00a0\u00bb: \u00ab\u00a0Terminal.app\u00a0\u00bb,
\n\u00ab\u00a0hosts\u00a0\u00bb: [
\n{
\n\u00ab\u00a0name\u00a0\u00bb: \u00ab\u00a0Korben\u00a0\u00bb,
\n\u00ab\u00a0cmd\u00a0\u00bb: \u00ab\u00a0ssh root@10.1.1.15\u00a0\u00bb
\n},
\n{
\n\u00ab\u00a0Personal\u00a0\u00bb: [
\n{
\n\u00ab\u00a0name\u00a0\u00bb: \u00ab\u00a0My blog\u00a0\u00bb,
\n\u00ab\u00a0cmd\u00a0\u00bb: \u00ab\u00a0ssh username@blog.example.com\u00a0\u00bb
\n}
\n]
\n},
\n{
\n\u00ab\u00a0Work\u00a0\u00bb: [
\n{
\n\u00ab\u00a0name\u00a0\u00bb: \u00ab\u00a0dev.example.net\u00a0\u00bb,
\n\u00ab\u00a0cmd\u00a0\u00bb: \u00ab\u00a0ssh username@dev.example.net -p 3000\u00a0\u00bb
\n},
\n{
\n\u00ab\u00a0name\u00a0\u00bb: \u00ab\u00a0staging.example.net\u00a0\u00bb,
\n\u00ab\u00a0cmd\u00a0\u00bb: \u00ab\u00a0ssh username@staging.example.net -p 3000\u00a0\u00bb
\n},
\n{
\n\u00ab\u00a0name\u00a0\u00bb: \u00ab\u00a0production.example.net\u00a0\u00bb,
\n\u00ab\u00a0cmd\u00a0\u00bb: \u00ab\u00a0ssh username@example.net -p 3000\u00a0\u00bb
\n}
\n]
\n},
\n{
\n\u00ab\u00a0Vagrant\u00a0\u00bb: [
\n{
\n\u00ab\u00a0name\u00a0\u00bb: \u00ab\u00a0precise32\u00a0\u00bb,
\n\u00ab\u00a0cmd\u00a0\u00bb: \u00ab\u00a0ssh vagrant@127.0.0.1 -p 2222 -i ~\/.vagrant.d\/insecure_private_key\u00a0\u00bb
\n}
\n]
\n}
\n]
\n}<\/p>\n<\/blockquote>\n

Shuttle est t\u00e9l\u00e9chargeable ici<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"

Si vous passez votre vie \u00e0 \u00eatre connect\u00e9 en SSH et que vous \u00eates sous Mac, voici un petit soft […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[21],"class_list":["post-160","post","type-post","status-publish","format-standard","hentry","category-les_infos_geek","tag-shuttle-accedez-click-connexions-ssh"],"_links":{"self":[{"href":"https:\/\/total-depannage.com\/wp-json\/wp\/v2\/posts\/160","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/total-depannage.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/total-depannage.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/total-depannage.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/total-depannage.com\/wp-json\/wp\/v2\/comments?post=160"}],"version-history":[{"count":0,"href":"https:\/\/total-depannage.com\/wp-json\/wp\/v2\/posts\/160\/revisions"}],"wp:attachment":[{"href":"https:\/\/total-depannage.com\/wp-json\/wp\/v2\/media?parent=160"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/total-depannage.com\/wp-json\/wp\/v2\/categories?post=160"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/total-depannage.com\/wp-json\/wp\/v2\/tags?post=160"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}