{"id":1610,"date":"2025-12-01T13:20:59","date_gmt":"2025-12-01T06:20:59","guid":{"rendered":"https:\/\/www.yellowweb.id\/blog\/?p=1610"},"modified":"2025-12-01T13:21:23","modified_gmt":"2025-12-01T06:21:23","slug":"mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server","status":"publish","type":"post","link":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/","title":{"rendered":"Mengenal SSH: Pengertian, Fungsi, dan Cara Transfer File ke Server"},"content":{"rendered":"\n<p>SSH adalah salah satu protokol paling penting untuk mengelola server, terutama jika Anda menggunakan Linux, VPS, atau cloud hosting. Hampir semua developer ataupun sysadmin menggunakan SSH untuk login, melakukan konfigurasi, hingga deploy aplikasi ke server.<\/p>\n\n\n\n<p>Dalam artikel ini, kita akan membahas apa itu SSH, cara kerjanya, aplikasi yang digunakan, serta berbagai metode untuk <strong>meng-upload file ke server via SSH<\/strong>\u2014mulai dari PuTTY, SCP, PSFTP, hingga workflow modern memakai Git.<\/p>\n\n\n\n<p>Artikel ini akan sangat berguna bagi developer pemula maupun yang ingin memahami workflow server dengan baik.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Apa Itu SSH? (Secure Shell)<\/strong><\/h1>\n\n\n\n<p>SSH adalah singkatan dari <strong>Secure Shell<\/strong>, sebuah protokol jaringan yang digunakan untuk mengakses server secara remote secara aman. SSH memakai teknologi enkripsi sehingga data yang dikirim (username, password, perintah, dan file) tidak dapat disadap pihak lain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Fungsi SSH<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Mengakses server Linux\/VPS<\/li>\n\n\n\n<li>Mengelola file dan direktori<\/li>\n\n\n\n<li>Menjalankan perintah (command line)<\/li>\n\n\n\n<li>Menginstall aplikasi server<\/li>\n\n\n\n<li>Upload\/download file (dengan SCP\/SFTP)<\/li>\n\n\n\n<li>Deploy aplikasi via Git<\/li>\n<\/ul>\n\n\n\n<p>SSH adalah \u201cjembatan utama\u201d antara komputer lokal dan server.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Cara Kerja SSH Secara Singkat<\/strong><\/h1>\n\n\n\n<p>SSH bekerja dengan teknik enkripsi modern, menggunakan key exchange dan algoritma seperti RSA atau ED25519. Saat Anda terkoneksi ke VPS, SSH mengenkripsi semua data yang lewat, memastikan koneksi aman dari penyadapan (man-in-the-middle attack).<\/p>\n\n\n\n<p>Alur proses umum SSH:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Client (laptop\/PC) mengirim permintaan koneksi ke server.<\/li>\n\n\n\n<li>Server memberikan challenge key.<\/li>\n\n\n\n<li>Client membuktikan identitas (password atau SSH key).<\/li>\n\n\n\n<li>Koneksi terbentuk dan seluruh komunikasi dienkripsi.<\/li>\n<\/ol>\n\n\n\n<p>SSH inilah yang membuat pengelolaan server jauh lebih aman dibanding Telnet atau FTP.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Aplikasi yang Digunakan untuk SSH di Berbagai Sistem Operasi<\/strong><\/h1>\n\n\n\n<p>Setiap sistem operasi memiliki aplikasi default untuk terhubung ke server via SSH.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Windows<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>PuTTY<\/li>\n\n\n\n<li>Windows Terminal (OpenSSH bawaan)<\/li>\n\n\n\n<li>PowerShell (<code>ssh<\/code> dan <code>scp<\/code>)<\/li>\n\n\n\n<li>Git Bash<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Linux<\/strong><\/h2>\n\n\n\n<p>Semua distro Linux sudah memiliki:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>ssh<\/code><\/li>\n\n\n\n<li><code>scp<\/code><\/li>\n\n\n\n<li><code>sftp<\/code><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>macOS<\/strong><\/h2>\n\n\n\n<p>macOS juga memiliki:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>SSH<\/li>\n\n\n\n<li>SCP<\/li>\n\n\n\n<li>SFTP<br>Secara bawaan tanpa perlu install apa pun.<\/li>\n<\/ul>\n\n\n\n<p><strong>Apakah PuTTY Bisa Upload File? (Jawaban SEO-Friendly)<\/strong><\/p>\n\n\n\n<p>Banyak pemula menanyakan:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u201cPuTTY bisa upload file ke server atau tidak?\u201d<\/p>\n<\/blockquote>\n\n\n\n<p>Jawabannya adalah:<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>PuTTY (putty.exe) tidak bisa upload file.<\/strong><\/h1>\n\n\n\n<p>PuTTY hanyalah aplikasi terminal untuk login ke server via SSH.<\/p>\n\n\n\n<p>Untuk upload file, Anda membutuhkan tool tambahan:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Tool Upload File dari Ekosistem PuTTY<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>PSCP (PuTTY Secure Copy)<\/strong> \u2013 CLI untuk upload via SCP<\/li>\n\n\n\n<li><strong>PSFTP (PuTTY SFTP)<\/strong> \u2013 CLI untuk transfer file via SFTP<\/li>\n\n\n\n<li><strong>WinSCP<\/strong> \u2013 GUI (jika butuh visual)<\/li>\n<\/ol>\n\n\n\n<p>Jadi, kalau Anda ingin <strong>full CLI<\/strong>, maka <strong>PSCP<\/strong> dan <strong>PSFTP<\/strong> adalah pilihan terbaik.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Cara Upload File via SSH Menggunakan PSCP (murni CLI)<\/strong><\/h1>\n\n\n\n<p>Berikut contoh perintah PSCP di Windows:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Upload file:<\/strong><\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">pscp C:\\lokal\\file.txt user@server:\/home\/user\/\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Upload satu folder:<\/strong><\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">pscp -r C:\\lokal\\project user@server:\/home\/user\/\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Upload menggunakan port custom:<\/strong><\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">pscp -P 2222 file.txt user@server:\/home\/user\/\n<\/pre>\n\n\n\n<p>PSCP memberikan pengalaman yang sangat mirip dengan perintah SCP di Linux dan macOS.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Cara Upload File via SSH Menggunakan SCP (Linux &amp; macOS)<\/strong><\/h1>\n\n\n\n<p>Linux dan macOS sudah memiliki SCP bawaan, sehingga tidak perlu install apa-apa.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Upload file:<\/strong><\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">scp file.txt user@server:\/home\/user\/\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Upload folder:<\/strong><\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">scp -r folder user@server:\/home\/user\/\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Upload dengan port tertentu:<\/strong><\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">scp -P 2222 file.txt user@server:\/home\/user\/\n<\/pre>\n\n\n\n<p>Sangat cepat, aman, dan efisien.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Cara Transfer File Menggunakan SFTP (Windows\/Linux\/macOS)<\/strong><\/h1>\n\n\n\n<p>SFTP adalah mode SSH yang lebih interaktif. Cocok untuk mengecek file sebelum upload.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Masuk ke server:<\/strong><\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sftp user@server\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Upload file:<\/strong><\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">put file.txt\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Upload folder:<\/strong><\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">put -r folder\n<\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Workflow Modern: Upload &amp; Deploy File dengan Git dan SSH<\/strong><\/h1>\n\n\n\n<p>Untuk project aplikasi atau website yang sering berubah, cara terbaik bukan upload manual, tetapi menggunakan <strong>Git<\/strong>.<\/p>\n\n\n\n<p>Workflow modern:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Developer push ke GitHub\/GitLab: <code>git push origin main<\/code><\/li>\n\n\n\n<li>Login ke server via SSH (misal dengan PuTTY)<\/li>\n\n\n\n<li>Pull update terbaru: <code>git pull origin main<\/code><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Keuntungan deploy dengan Git<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Versi tercatat (versioning)<\/li>\n\n\n\n<li>Bisa rollback<\/li>\n\n\n\n<li>Tanpa upload manual<\/li>\n\n\n\n<li>Sangat rapi untuk tim<\/li>\n<\/ul>\n\n\n\n<p>Ini adalah metode yang banyak digunakan di perusahaan dan DevOps modern.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Kesimpulan \u2013 Mana Cara Terbaik Upload File via SSH?<\/strong><\/h1>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Metode<\/th><th>Cocok Untuk<\/th><th>Kelebihan<\/th><\/tr><\/thead><tbody><tr><td><strong>PSCP<\/strong><\/td><td>Windows CLI<\/td><td>Murni terminal, cepat<\/td><\/tr><tr><td><strong>SCP<\/strong><\/td><td>Linux &amp; macOS<\/td><td>Built-in, aman, paling simpel<\/td><\/tr><tr><td><strong>PSFTP\/SFTP<\/strong><\/td><td>Semua OS<\/td><td>Interaktif, mudah cek file<\/td><\/tr><tr><td><strong>Git Deploy<\/strong><\/td><td>Developer<\/td><td>Modern, otomatis, rapi<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Jadi, kalau Anda pakai PuTTY saja, memang <strong>tidak ada fitur upload<\/strong>.<br>Untuk itu, Anda perlu memakai PSCP, SCP, atau Git.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Penutup<\/strong><\/h1>\n\n\n\n<p>SSH adalah teknologi penting untuk pengelolaan server. Dengan pemahaman dasar SSH, SCP, dan workflow Git, Anda dapat bekerja lebih efisien dan profesional dalam mengelola website atau aplikasi.<\/p>\n\n\n\n<p>Jika Anda masih menggunakan upload manual, sekarang saatnya mulai beralih ke workflow yang lebih aman dan modern.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SSH adalah salah satu protokol paling penting untuk mengelola server, terutama jika Anda menggunakan Linux, VPS, atau cloud hosting. Hampir semua developer ataupun sysadmin menggunakan SSH untuk login, melakukan konfigurasi, hingga deploy aplikasi ke server. Dalam artikel ini, kita akan membahas apa itu SSH, cara kerjanya, aplikasi yang digunakan, serta berbagai metode untuk meng-upload file [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1611,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[686,687],"tags":[690,689,688,111],"class_list":["post-1610","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","category-server","tag-cicd","tag-devops","tag-linux","tag-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mengenal SSH: Pengertian, Fungsi, dan Cara Transfer File ke Server - YELLOWWEB.ID<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mengenal SSH: Pengertian, Fungsi, dan Cara Transfer File ke Server - YELLOWWEB.ID\" \/>\n<meta property=\"og:description\" content=\"SSH adalah salah satu protokol paling penting untuk mengelola server, terutama jika Anda menggunakan Linux, VPS, atau cloud hosting. Hampir semua developer ataupun sysadmin menggunakan SSH untuk login, melakukan konfigurasi, hingga deploy aplikasi ke server. Dalam artikel ini, kita akan membahas apa itu SSH, cara kerjanya, aplikasi yang digunakan, serta berbagai metode untuk meng-upload file [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/\" \/>\n<meta property=\"og:site_name\" content=\"YELLOWWEB.ID\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-01T06:20:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-01T06:21:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.yellowweb.id\/blog\/wp-content\/uploads\/2025\/12\/sec-100.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"yellowweb\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"yellowweb\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/\"},\"author\":{\"name\":\"yellowweb\",\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/#\\\/schema\\\/person\\\/75188044e080844724e381ab6a5b9829\"},\"headline\":\"Mengenal SSH: Pengertian, Fungsi, dan Cara Transfer File ke Server\",\"datePublished\":\"2025-12-01T06:20:59+00:00\",\"dateModified\":\"2025-12-01T06:21:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/\"},\"wordCount\":664,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/sec-100.jpg\",\"keywords\":[\"cicd\",\"devops\",\"linux\",\"server\"],\"articleSection\":[\"linux\",\"Server\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/\",\"url\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/\",\"name\":\"Mengenal SSH: Pengertian, Fungsi, dan Cara Transfer File ke Server - YELLOWWEB.ID\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/sec-100.jpg\",\"datePublished\":\"2025-12-01T06:20:59+00:00\",\"dateModified\":\"2025-12-01T06:21:23+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/#\\\/schema\\\/person\\\/75188044e080844724e381ab6a5b9829\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/sec-100.jpg\",\"contentUrl\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/sec-100.jpg\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mengenal SSH: Pengertian, Fungsi, dan Cara Transfer File ke Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/\",\"name\":\"YELLOWWEB.ID\",\"description\":\"Kursus Web Design | Kursus Web Programming | Mobile Web Apps | Digital Marketing\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/#\\\/schema\\\/person\\\/75188044e080844724e381ab6a5b9829\",\"name\":\"yellowweb\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5afd1bfac26e9377e8f5e36afb624cf3690dd31cb07c3961dfbc736b9ff1912f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5afd1bfac26e9377e8f5e36afb624cf3690dd31cb07c3961dfbc736b9ff1912f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5afd1bfac26e9377e8f5e36afb624cf3690dd31cb07c3961dfbc736b9ff1912f?s=96&d=mm&r=g\",\"caption\":\"yellowweb\"},\"sameAs\":[\"https:\\\/\\\/www.yellowweb.id\"],\"url\":\"https:\\\/\\\/www.yellowweb.id\\\/blog\\\/author\\\/yellowweb\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mengenal SSH: Pengertian, Fungsi, dan Cara Transfer File ke Server - YELLOWWEB.ID","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:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/","og_locale":"en_GB","og_type":"article","og_title":"Mengenal SSH: Pengertian, Fungsi, dan Cara Transfer File ke Server - YELLOWWEB.ID","og_description":"SSH adalah salah satu protokol paling penting untuk mengelola server, terutama jika Anda menggunakan Linux, VPS, atau cloud hosting. Hampir semua developer ataupun sysadmin menggunakan SSH untuk login, melakukan konfigurasi, hingga deploy aplikasi ke server. Dalam artikel ini, kita akan membahas apa itu SSH, cara kerjanya, aplikasi yang digunakan, serta berbagai metode untuk meng-upload file [&hellip;]","og_url":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/","og_site_name":"YELLOWWEB.ID","article_published_time":"2025-12-01T06:20:59+00:00","article_modified_time":"2025-12-01T06:21:23+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.yellowweb.id\/blog\/wp-content\/uploads\/2025\/12\/sec-100.jpg","type":"image\/jpeg"}],"author":"yellowweb","twitter_card":"summary_large_image","twitter_misc":{"Written by":"yellowweb","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/#article","isPartOf":{"@id":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/"},"author":{"name":"yellowweb","@id":"https:\/\/www.yellowweb.id\/blog\/#\/schema\/person\/75188044e080844724e381ab6a5b9829"},"headline":"Mengenal SSH: Pengertian, Fungsi, dan Cara Transfer File ke Server","datePublished":"2025-12-01T06:20:59+00:00","dateModified":"2025-12-01T06:21:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/"},"wordCount":664,"commentCount":0,"image":{"@id":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.yellowweb.id\/blog\/wp-content\/uploads\/2025\/12\/sec-100.jpg","keywords":["cicd","devops","linux","server"],"articleSection":["linux","Server"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/","url":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/","name":"Mengenal SSH: Pengertian, Fungsi, dan Cara Transfer File ke Server - YELLOWWEB.ID","isPartOf":{"@id":"https:\/\/www.yellowweb.id\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/#primaryimage"},"image":{"@id":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.yellowweb.id\/blog\/wp-content\/uploads\/2025\/12\/sec-100.jpg","datePublished":"2025-12-01T06:20:59+00:00","dateModified":"2025-12-01T06:21:23+00:00","author":{"@id":"https:\/\/www.yellowweb.id\/blog\/#\/schema\/person\/75188044e080844724e381ab6a5b9829"},"breadcrumb":{"@id":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/#primaryimage","url":"https:\/\/www.yellowweb.id\/blog\/wp-content\/uploads\/2025\/12\/sec-100.jpg","contentUrl":"https:\/\/www.yellowweb.id\/blog\/wp-content\/uploads\/2025\/12\/sec-100.jpg","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.yellowweb.id\/blog\/mengenal-ssh-pengertian-fungsi-dan-cara-transfer-file-ke-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.yellowweb.id\/blog\/"},{"@type":"ListItem","position":2,"name":"Mengenal SSH: Pengertian, Fungsi, dan Cara Transfer File ke Server"}]},{"@type":"WebSite","@id":"https:\/\/www.yellowweb.id\/blog\/#website","url":"https:\/\/www.yellowweb.id\/blog\/","name":"YELLOWWEB.ID","description":"Kursus Web Design | Kursus Web Programming | Mobile Web Apps | Digital Marketing","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.yellowweb.id\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.yellowweb.id\/blog\/#\/schema\/person\/75188044e080844724e381ab6a5b9829","name":"yellowweb","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/5afd1bfac26e9377e8f5e36afb624cf3690dd31cb07c3961dfbc736b9ff1912f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5afd1bfac26e9377e8f5e36afb624cf3690dd31cb07c3961dfbc736b9ff1912f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5afd1bfac26e9377e8f5e36afb624cf3690dd31cb07c3961dfbc736b9ff1912f?s=96&d=mm&r=g","caption":"yellowweb"},"sameAs":["https:\/\/www.yellowweb.id"],"url":"https:\/\/www.yellowweb.id\/blog\/author\/yellowweb\/"}]}},"_links":{"self":[{"href":"https:\/\/www.yellowweb.id\/blog\/wp-json\/wp\/v2\/posts\/1610","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yellowweb.id\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.yellowweb.id\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.yellowweb.id\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yellowweb.id\/blog\/wp-json\/wp\/v2\/comments?post=1610"}],"version-history":[{"count":1,"href":"https:\/\/www.yellowweb.id\/blog\/wp-json\/wp\/v2\/posts\/1610\/revisions"}],"predecessor-version":[{"id":1612,"href":"https:\/\/www.yellowweb.id\/blog\/wp-json\/wp\/v2\/posts\/1610\/revisions\/1612"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.yellowweb.id\/blog\/wp-json\/wp\/v2\/media\/1611"}],"wp:attachment":[{"href":"https:\/\/www.yellowweb.id\/blog\/wp-json\/wp\/v2\/media?parent=1610"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.yellowweb.id\/blog\/wp-json\/wp\/v2\/categories?post=1610"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.yellowweb.id\/blog\/wp-json\/wp\/v2\/tags?post=1610"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}