{"id":74481,"date":"2023-12-27T17:17:07","date_gmt":"2023-12-27T09:17:07","guid":{"rendered":"https:\/\/version-2.com\/?p=74481"},"modified":"2023-12-20T17:22:45","modified_gmt":"2023-12-20T09:22:45","slug":"what-is-ssh","status":"publish","type":"post","link":"https:\/\/version-2.com\/zh\/2023\/12\/what-is-ssh\/","title":{"rendered":"What is SSH?"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"74481\" class=\"elementor elementor-74481\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4da8c5f9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4da8c5f9\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;decf9c3&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-133ba185\" data-id=\"133ba185\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fc2da8d post-content elementor-widget elementor-widget-text-editor\" data-id=\"fc2da8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone size-full\" src=\"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/young-contemporary-cyber-security-manager-typing-i-2023-11-27-05-13-08-utc-scaled.jpg\" width=\"2560\" height=\"1709\" \/><\/p><div class=\"entry-content\"><p>SSH stands for \u201cSecure Shell.\u201d It\u2019s a network protocol used to securely access and manage devices and servers over an unsecured network. It provides an accurate form of authentication as well as encrypted communication between two systems, making it especially useful in environments where security is a concern.<\/p><p>SSH is commonly used to access remote servers through a command line interface, but can also be used to securely transfer files (through SFTP or SCP). It uses encryption techniques to protect transmitted information, making it difficult for third parties to intercept or manipulate data during transmission.\u00a0<\/p><p>One of the main advantages of SSH is its ability to authenticate both the client and the server, which helps prevent man-in-the-middle attacks and other security threats. SSH replaces older, less secure methods of remote access, such as Telnet, which transmits information in an unencrypted manner, making it susceptible to interception and data theft.<\/p><p>SSH is an operating system independent protocol. Although it was conceived for UNIX environments, it is present in operating systems such as OSX (Mac) and in the latest versions of Microsoft Windows servers. SSH is, de facto, the standard for connecting to servers by command line.<\/p><p>It uses port 22\/TCP, but can be configured to listen and connect over different ports. In fact, it is considered a good security practice to change the default listening port to avoid being identified by remote scanning tools.<\/p><p><strong>Content:<\/strong><\/p><ul class=\"indice\"><li><a href=\"#1\">A brief look at the history of SSH and OpenSSH<\/a><\/li><li><a href=\"#2\">Remote command execution with SSH<\/a><\/li><li><a href=\"#3\">Security at SSH<\/a><\/li><li><a href=\"#4\">What are the differences between Telnet and SSH?<\/a><\/li><li><a href=\"#5\">Top SSH customers<\/a><\/li><li><a href=\"#6\">Pandora RC: Alternative to using SSH<\/a><\/li><\/ul><h2 id=\"1\">A brief look at the history of SSH and OpenSSH<\/h2><p>The trajectory of OpenSSH dates back to 1999 and is closely linked to the original software called \u201cSSH\u201d (Secure Shell), created by Tatu Yl\u00f6nen in 1995. SSH is a network protocol that enables secure connection and remote control of a system through a command line interface.<\/p><p>In its early days, SSH was proprietary software and although it was available for free for non-commercial use, it required licenses for use in commercial environments. This led to the creation of several open source SSH implementations to fill the gap in terms of accessibility and software licensing.<\/p><p>In this context, the OpenSSH project was initiated by Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song in December 1999. The creation of OpenSSH was carried out in response to a series of events that included the release of the SSH protocol source code by Tatu Yl\u00f6nen and concerns about ownership and licensing of existing proprietary software.<\/p><p>The initial goal of the OpenSSH project was to create a free, open-source protocol that was compatible with existing versions, especially SSH-1 and SSH-2. OpenSSH also sought to circumvent the licensing restrictions associated with proprietary SSH deployments.<\/p><p>As the project progressed, it became the de facto implementation of SSH on Unix- and Linux-based systems. OpenSSH\u2019s growing popularity was due to its open source code, ability to provide safe communication, and features such as strong encryption, key-based authentication, and secure file transfer capability (SFTP).<\/p><p>OpenSSH also benefited from collaboration with the free and open source software community. Over the years, it has undergone continuous improvements, security updates, and functional extensions, making it an essential tool in remote system administration and network security.<\/p><p>In short, OpenSSH emerged as a response to the need for a free, open-source SSH implementation. Over the years, it has evolved to become the most widely used SSH implementation on UNIX and Linux systems and remains a key element in the security of communication and system administration in distributed environments.<\/p><h2 id=\"2\">Remote command execution with SSH<\/h2><p>SSH not only provides a way to interactively access the shell of a remote machine, it can also be used to execute remote commands on a system, with the following syntax:<\/p><p><i>ssh user@host:\/path\/ofthe\/command<\/i><\/p><p>SSH is frequently used in scripts for the automation of all types of actions and processes, for that it requires automatic authentication by means of certificates, since, by default, it will require the user to enter a password manually and interactively through the keyboard.<\/p><h2 id=\"3\">Security at SSH<\/h2><p>SSH stands for Secure Shell, so security is part of SSH\u2019s foundational design.<\/p><p>SSH also has the ability to create TCP tunnels that allow a host to be used to create a kind of dedicated VPN, between two IPs, that can be bidirectional. It is what is known as \u201cTCP Tunnel\u201d and that when misused, can be a security problem.<\/p><p>SSH allows automatic authentication through certificates, which allows a user to connect to a system through SSH without knowing the password. To do this, the public key of a digital certificate must be copied to the server, so that you identify that user through their certificate. This is an advanced option that allows command execution automation through SSH, but which presents inherent risks to any automation.<\/p><h2 id=\"4\">What are the differences between Telnet and SSH?<\/h2><p>SSH and Telnet are two network protocols used to access remote systems, but there are significant differences in terms of security and features.<\/p><p>SSH is the current standard for remote access in all types of environments. Telnet, on the other hand, is older and less secure, and its use is discouraged, unless it is impossible to use SSH.<\/p><p><strong>Security<\/strong><\/p><p><b>SSH:<\/b> It provides a safe environment for communication between two systems. All data, including usernames and passwords, are encrypted before being transmitted, making it much more difficult for an attacker to intercept and understand the transmitted information.<\/p><p><b>Telnet:<\/b> It transmits data, including login credentials, in an unencrypted form. This means that if someone has access to the network between the client and the server, they can easily capture and read the information.<\/p><p><strong>Encryption<\/strong><\/p><p><b>SSH:<\/b> It uses encryption to protect data during the transmission. Encryption algorithms in SSH can be configured to meet the latest security standards.<\/p><p><b>Telnet:<\/b> It does not provide encryption, which means that all information, including passwords, are transmitted insecurely.<\/p><p><strong>Authentication<\/strong><\/p><p><b>SSH:<\/b> It supports several authentication methods, including the use of passwords, public key, and token-based authentication.<\/p><p><b>Telnet:<\/b> Depending on your settings, it generally uses only usernames and passwords for authentication.<\/p><p><strong>Ports<\/strong><\/p><p><b>SSH by default.<\/b> SSH uses port 22, unlike Telnet, which uses port 23. However, these ports can be changed at any time.<\/p><h2 id=\"5\">Top SSH customers<\/h2><p>Listed below are some of the best-known SSH customers on the market.<\/p><h3>OpenSSH<\/h3><p>OpenSSH (Linux, macOS, Windows with WSL) and other operating systems such as BSD or communications devices that support a version of OpenSSH.<\/p><p>OpenSSH is a free and open source implementation of the SSH protocol. It comes pre-installed on most Linux distributions and is widely used in Unix environments.<\/p><p>It is highly reliable, secure, and the default choice on many Unix-based operating systems, as well as being 100% free.<\/p><p><img decoding=\"async\" class=\"alignnone size-full\" src=\"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/Captura-ssh-1.jpg\" width=\"532\" height=\"189\" \/><\/p><h3>Putty<\/h3><p>PuTTY is a free and open source SSH client for Windows and is therefore very popular. Although it was initially designed for Windows, there is also an unofficial version called \u201cPuTTY for Mac\u201d that works on macOS, there are also alternative versions for Linux.<\/p><p><img decoding=\"async\" class=\"alignnone size-full\" src=\"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/Captura-ssh-2.jpg\" width=\"603\" height=\"429\" \/><\/p><p>It\u2019s lightweight, easy to use, and can be run as a portable app with no installation required. However, it lacks a powerful interface, does not allow sequence recording, and in general, lacks more advanced features that you may find in other \u201cvisual\u201d SSH clients. It also doesn\u2019t have a specific interface for file transfer.<\/p><p>Of all the options, PuTTY is the most basic one, but at least it\u2019s a visual interface, unlike the standard operating system\u2019s SSH client that\u2019s free, but where all the \u201cfeatures\u201d are command-line-based.<\/p><p><strong>Downloads and Updates<\/strong><\/p><p>It can be downloaded from its own <a href=\"https:\/\/www.chiark.greenend.org.uk\/~sgtatham\/putty\/latest.html\" rel=\"nofollow\">web<\/a>, although there are several sites in parallel that offer alternative versions for Mac and even Linux.<\/p><p><strong>Price &amp; Licenses<\/strong><\/p><p>It\u2019s free and under an OpenSource license, so you may modify its code and compile it on your own.<\/p><h3>BitVise<\/h3><p>Bitvise SSH Client is a solid choice for Windows users looking for an easy-to-use and secure SSH client. Its combination of an intuitive interface, advanced file transfer features, and robust security makes it a well-liked tool for remote system management and safe file transfer.<\/p><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full\" src=\"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/Captura-ssh-3.jpg\" width=\"586\" height=\"507\" \/><\/p><p><strong>SSH Server<\/strong><\/p><p>BitVise offers both an SSH client and an SSH server. Generally, Windows systems do not use SSH so it can be a very good option to implement it, despite the fact that the latest versions of Microsoft Windows Server already implement it. It is an excellent option for implementing SSH in older Windows versions, as it supports a wide selection of versions, almost since Windows XP:<\/p><ul><li>Windows Server 2022<\/li><li>Windows 11<\/li><li>Windows Server 2019<\/li><li>Windows Server 2016<\/li><li>Windows 10<\/li><li>Windows Server 2012 R2<\/li><li>Windows Server 2012<\/li><li>Windows 8.1<\/li><li>Windows Server 2008 R2<\/li><li>Windows Server 2008<\/li><li>Windows Vista SP1 or SP2<\/li><li>Windows Server 2003 R2<\/li><li>Windows Server 2003<\/li><li>Windows XP SP3<\/li><\/ul><p><strong>SSH Tunneling and Port Forwarding<\/strong><\/p><p>It allows SSH tunnel configuration and port forwarding, which is useful for securely redirecting network traffic over SSH connections.<\/p><p><strong>Advanced Session Management<\/strong><\/p><p>Bitvise SSH Client offers advanced options for session management, including the ability to save session configurations for quick and easy access to frequently used servers.<\/p><p><strong>Session Log and Audit<\/strong><\/p><p>It provides a detailed session log, which can be useful for auditing and activity tracking purposes.<\/p><p><strong>Proxy Support:<\/strong><\/p><p>Bitvise SSH Client supports several proxy types, allowing users to bypass network restrictions and connect through proxy servers.<\/p><p><strong>Downloads and Updates<\/strong><\/p><p>A 30-day trial version can be downloaded from their website <a href=\"https:\/\/www.bitvise.com\" rel=\"nofollow\">https:\/\/www.bitvise.com<\/a>.<\/p><p><strong>Price &amp; Licenses<\/strong><\/p><p>Only for Windows, it is priced at around 120 USD per year.<\/p><h3>SecureCRT<\/h3><p>It is available for all platforms: Windows, macOS, and Linux. A functional demo can be downloaded from their website at <a href=\"https:\/\/www.vandyke.com\" rel=\"nofollow\">https:\/\/www.vandyke.com<\/a>.<\/p><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full\" src=\"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/Captura-ssh-4.jpg\" width=\"600\" height=\"385\" \/><\/p><p>SecureCRT is a commercial client that offers support for multiple protocols, including SSH. It provides an advanced graphical interface, scripting and automation functions, and is widely used in enterprise environments.<\/p><p><strong>Terminal Emulation<\/strong><\/p><p>It offers terminal emulation for a wide variety of types, including VT100, VT102, VT220, ANSI, among others. This ensures effective compatibility with different remote systems and devices.<\/p><p><strong>Secure File Transfer<\/strong><\/p><p>SecureCRT includes support for secure file transfer protocols, such as SCP (Secure Copy Protocol) and SFTP (Secure File Transfer Protocol). This allows users to securely transfer files between local and remote systems. To manage file transfers, use an additional product called SecureFX (with an additional license fee).<\/p><p><strong>Automation and Scripting<\/strong><\/p><p>It makes it easy to automate tasks by running scripts. It supports different scripting languages, such as VBScript, JScript, and Python, providing flexibility in process automation.<\/p><p><strong>Efficient Session Management<\/strong><\/p><p>SecureCRT offers an efficient session management interface that allows users to easily organize and access previous connections. It also makes it possible to import and export sessions for easy configuration transfer between systems. It allows advanced session configuration, including authentication options, function key configuration, port forwarding, among others. This gives users precise control over their remote sessions.<\/p><p><strong>SSH Key Integration<\/strong><\/p><p>SecureCRT supports key-based authentication, which means users can manage and use SSH keys for safe authentication without relying on passwords.<\/p><p><strong>Additional Protocol Support<\/strong><\/p><p>In addition to SSH, SecureCRT also supports other protocols such as Telnet, rlogin, and Serial. This makes it a versatile tool for different network environments.<\/p><p><strong>Price &amp; Licenses<\/strong><\/p><p>A full version for one user, including safe transfer features (SecureFX) is about $120 per year.<\/p><h3>ZOC<\/h3><p>ZOC Terminal is an SSH client and terminal emulator that offers advanced features for users who need a powerful and versatile tool to work with SSH remote connections. It is also compatible with other protocols such as Telnet and Rlogin, which extends its usefulness in different environments not only as an SSH client but also as a Telnet client.<\/p><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full\" src=\"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/Captura-ssh-5.jpg\" width=\"602\" height=\"447\" \/><\/p><p>ZOC is compatible with Windows and macOS and publishes regularly updated versions. A demo version can be downloaded from their website at <a href=\"https:\/\/www.emtec.com\/download.html#zocfiles\" rel=\"nofollow\">https:\/\/www.emtec.com<\/a>.<\/p><p><strong>Terminal Emulation Functions<\/strong><\/p><p>ZOC supports multiple terminal emulations, such as xterm, VT220, TN3270, and more. This allows users to connect to a variety of remote systems and mainframes.<\/p><p><strong>File Transfer<\/strong><\/p><p>It includes secure (and insecure) file transfer features, such as FTP, SFTP (SSH File Transfer Protocol) and SCP (Secure Copy Protocol), allowing users to securely transfer files between the local and remote system. The feature is included in the product itself.<\/p><p><strong>Automation and Scripting<\/strong><\/p><p>ZOC makes it easy to automate tasks by running scripts. It supports different scripting languages, such as VBScript, JScript, and Python, providing flexibility in process automation. It also allows you to record a key combination and play it back to, for example, automate login sessions that require the use of sudo or su.<\/p><p><strong>Session Management<\/strong><\/p><p>The ability to manage and organize sessions is crucial for those who work with multiple connections. ZOC offers an efficient session management interface that allows users to easily organize and access previous connections. You can have a catalog of systems where you can easily connect.<\/p><p><strong>Price &amp; Licenses<\/strong><\/p><p>The basic license is around 80 USD, but its free version allows you to work easily, except for the somewhat annoying popup at the beginning.<\/p><h2 id=\"6\">Pandora RC: Alternative to using SSH<\/h2><p><a href=\"https:\/\/pandorafms.com\/en\/remote-control\/\"> Pandora RC<\/a> (formerly called eHorus) is a computer management system for MS Windows\u00ae, GNU\/Linux\u00ae and Mac OS\u00ae that allows you to <a href=\"https:\/\/pandorafms.com\/blog\/que-es-el-acceso-remoto-una-puerta-abierta-a-la-productividad-y-la-flexibilidad\/\">access registered computers<\/a> wherever they may be, from a browser, without having direct connectivity to your devices from the outside.<\/p><p><strong>Security<\/strong><\/p><p>For greater security, each agent, when configured, may have an individual password that is not stored on the central servers of Pandora RC, but each time the user wishes to access said machine, they will have to enter it interactively.<\/p><p><strong>Remote access without direct connection<\/strong><\/p><p>One of the most common SSH issues is that you need to be able to access the server IP. With Pandora RC, it\u2019s the server that connects to a cloud service and so it\u2019s available from anywhere, without the need for a VPN or complex firewall rules.<\/p><p><strong>Integrated with Pandora FMS<\/strong><\/p><p>It integrates natively with Pandora FMS monitoring software, so that it is possible not only to monitor the servers, but to access them directly from the same interface, without the need to install SSH clients, remember passwords or generate duplications.<\/p><p><strong>Price &amp; Licenses<\/strong><\/p><p>Free up to 5 devices. There are use licenses for unlimited machines from \u20ac19\/month. More information on the website: <a href=\"https:\/\/pandorafms.com\/en\/remote-control\/prices\/\">https:\/\/pandorafms.com\/en\/remote-control\/prices\/<\/a><\/p><p><strong>Remote Shell and All-in-One Remote Desktop<\/strong><\/p><p>Pandora RC has a remote control system through access to the Desktop in a visual way. In both cases, a web interface is used to operate with the remote server, whether it is Windows, MacOS or Linux. It also provides a file transfer mechanism and process\/service management. All integrated into one WEB application:<\/p><p>Example of remote Shell on a Mac system:<\/p><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full\" src=\"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/Captura-ssh-6.jpg\" width=\"604\" height=\"409\" \/><\/p><p>Example of a remote desktop on a Mac system:<\/p><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full\" src=\"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/Captura-ssh-7.jpg\" width=\"602\" height=\"382\" \/><\/p><p>Example of a file share on a Linux system:<\/p><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full\" src=\"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/Captura-ssh-8.jpg\" width=\"605\" height=\"416\" \/><\/p><div class=\"saboxplugin-wrap\"><div class=\"saboxplugin-tab\"><div class=\"saboxplugin-gravatar\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone \" src=\"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2020\/09\/slerena_avatar.jpeg\" width=\"97\" height=\"109\" \/><\/div><div class=\"saboxplugin-authorname\"><a class=\"vcard author\" href=\"https:\/\/pandorafms.com\/blog\/author\/slerena\/\" rel=\"author\"><span class=\"fn\">Sancho Lerena<\/span><\/a><\/div><div class=\"saboxplugin-desc\"><div><p>Sancho is the one who created and founded Pandora FMS. Among his many hobbies, besides technology and the internet in general, is reading, playing the guitar and sports like fencing or boxing. In his personal blog he dares to write about business and technology issues when he has the time, which is almost never the case.<\/p><\/div><\/div><div class=\"saboxplugin-web sab-web-position\"><a href=\"https:\/\/sancholerena.com\" target=\"_blank\" rel=\"nofollow noopener\">sancholerena.com<\/a><\/div><div class=\"clearfix\">\u00a0<\/div><div class=\"saboxplugin-socials \">\u00a0<\/div><\/div><\/div><p>\u00a0<\/p><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8085a61 post-content elementor-widget elementor-widget-shortcode\" data-id=\"8085a61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"page\" data-elementor-id=\"18103\" class=\"elementor elementor-18103\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-748947f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"748947f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;c4f773e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7995c19\" data-id=\"7995c19\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a437045 elementor-widget elementor-widget-image-box\" data-id=\"a437045\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">About Version 2 Digital<\/h3><p class=\"elementor-image-box-description\">Version 2 Digital is one of the most dynamic IT companies in Asia. The company distributes a wide range of IT products across various areas including cyber security, cloud, data protection, end points, infrastructures, system monitoring, storage, networking, business productivity and communication products.\n<br><br>\nThrough an extensive network of channels, point of sales, resellers, and partnership companies, Version 2 offers quality products and services which are highly acclaimed in the market. Its customers cover a wide spectrum which include Global 1000 enterprises, regional listed companies, different vertical industries, public utilities, Government, a vast number of successful SMEs, and consumers in various Asian cities.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\n\t\t<div data-elementor-type=\"page\" data-elementor-id=\"38636\" class=\"elementor elementor-38636\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7400e5a2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"7400e5a2\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;58112d0&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-131f5cf2\" data-id=\"131f5cf2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1114ae95 elementor-widget elementor-widget-text-editor\" data-id=\"1114ae95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>About PandoraFMS<\/strong><br>\nPandora FMS is a flexible monitoring system, capable of monitoring devices, infrastructures, applications, services and business processes.<br>\nOf course, one of the things that Pandora FMS can control is the hard disks of your computers.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>SSH stands for \u201cSecure Shell.\u201d It\u2019s a network protocol  [&hellip;]<\/p>\n","protected":false},"author":149011790,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_wpcom_ai_launchpad_first_post":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[474,1075,61],"tags":[1076,475],"class_list":["post-74481","post","type-post","status-publish","format-standard","hentry","category-pandorafms","category-year2023","category-press-release","tag-1076","tag-pandorafms"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is SSH? - Version 2<\/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:\/\/pandorafms.com\/blog\/what-is-ssh\/\" \/>\n<meta property=\"og:locale\" content=\"zh_HK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is SSH? - Version 2\" \/>\n<meta property=\"og:description\" content=\"SSH stands for \u201cSecure Shell.\u201d It\u2019s a network protocol [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pandorafms.com\/blog\/what-is-ssh\/\" \/>\n<meta property=\"og:site_name\" content=\"Version 2\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-27T09:17:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/young-contemporary-cyber-security-manager-typing-i-2023-11-27-05-13-08-utc-scaled.jpg\" \/>\n<meta name=\"author\" content=\"tracylamv2\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"tracylamv2\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9810\u8a08\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"15 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pandorafms.com\\\/blog\\\/what-is-ssh\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/2023\\\/12\\\/what-is-ssh\\\/\"},\"author\":{\"name\":\"tracylamv2\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/person\\\/011bc7c3731c930bcfeecd52fefb6365\"},\"headline\":\"What is SSH?\",\"datePublished\":\"2023-12-27T09:17:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/2023\\\/12\\\/what-is-ssh\\\/\"},\"wordCount\":2536,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/pandorafms.com\\\/blog\\\/what-is-ssh\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pandorafms.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/young-contemporary-cyber-security-manager-typing-i-2023-11-27-05-13-08-utc-scaled.jpg\",\"keywords\":[\"2023\",\"Pandorafms\"],\"articleSection\":[\"PandoraFMS\",\"2023\",\"Press Release\"],\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pandorafms.com\\\/blog\\\/what-is-ssh\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/version-2.com\\\/2023\\\/12\\\/what-is-ssh\\\/\",\"url\":\"https:\\\/\\\/pandorafms.com\\\/blog\\\/what-is-ssh\\\/\",\"name\":\"What is SSH? - Version 2\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pandorafms.com\\\/blog\\\/what-is-ssh\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pandorafms.com\\\/blog\\\/what-is-ssh\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pandorafms.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/young-contemporary-cyber-security-manager-typing-i-2023-11-27-05-13-08-utc-scaled.jpg\",\"datePublished\":\"2023-12-27T09:17:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pandorafms.com\\\/blog\\\/what-is-ssh\\\/#breadcrumb\"},\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pandorafms.com\\\/blog\\\/what-is-ssh\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/pandorafms.com\\\/blog\\\/what-is-ssh\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pandorafms.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/young-contemporary-cyber-security-manager-typing-i-2023-11-27-05-13-08-utc-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/pandorafms.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/young-contemporary-cyber-security-manager-typing-i-2023-11-27-05-13-08-utc-scaled.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pandorafms.com\\\/blog\\\/what-is-ssh\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/version-2.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is SSH?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#website\",\"url\":\"https:\\\/\\\/version-2.com\\\/zh\\\/\",\"name\":\"Version 2\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/version-2.com\\\/zh\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-HK\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#organization\",\"name\":\"Version 2\",\"url\":\"https:\\\/\\\/version-2.com\\\/zh\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/version-2.com\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/version-2.com\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1\",\"width\":1795,\"height\":335,\"caption\":\"Version 2\"},\"image\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/person\\\/011bc7c3731c930bcfeecd52fefb6365\",\"name\":\"tracylamv2\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d01d79cbfd8b2e878f5d701a362cc9fca466d33fec977b59706c23c1a2db15c?s=96&d=identicon&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d01d79cbfd8b2e878f5d701a362cc9fca466d33fec977b59706c23c1a2db15c?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d01d79cbfd8b2e878f5d701a362cc9fca466d33fec977b59706c23c1a2db15c?s=96&d=identicon&r=g\",\"caption\":\"tracylamv2\"},\"url\":\"https:\\\/\\\/version-2.com\\\/zh\\\/author\\\/tracylamv2\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is SSH? - Version 2","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:\/\/pandorafms.com\/blog\/what-is-ssh\/","og_locale":"zh_HK","og_type":"article","og_title":"What is SSH? - Version 2","og_description":"SSH stands for \u201cSecure Shell.\u201d It\u2019s a network protocol [&hellip;]","og_url":"https:\/\/pandorafms.com\/blog\/what-is-ssh\/","og_site_name":"Version 2","article_published_time":"2023-12-27T09:17:07+00:00","og_image":[{"url":"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/young-contemporary-cyber-security-manager-typing-i-2023-11-27-05-13-08-utc-scaled.jpg","type":"","width":"","height":""}],"author":"tracylamv2","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"tracylamv2","\u9810\u8a08\u95b1\u8b80\u6642\u9593":"15 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pandorafms.com\/blog\/what-is-ssh\/#article","isPartOf":{"@id":"https:\/\/version-2.com\/2023\/12\/what-is-ssh\/"},"author":{"name":"tracylamv2","@id":"https:\/\/version-2.com\/zh\/#\/schema\/person\/011bc7c3731c930bcfeecd52fefb6365"},"headline":"What is SSH?","datePublished":"2023-12-27T09:17:07+00:00","mainEntityOfPage":{"@id":"https:\/\/version-2.com\/2023\/12\/what-is-ssh\/"},"wordCount":2536,"commentCount":0,"publisher":{"@id":"https:\/\/version-2.com\/zh\/#organization"},"image":{"@id":"https:\/\/pandorafms.com\/blog\/what-is-ssh\/#primaryimage"},"thumbnailUrl":"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/young-contemporary-cyber-security-manager-typing-i-2023-11-27-05-13-08-utc-scaled.jpg","keywords":["2023","Pandorafms"],"articleSection":["PandoraFMS","2023","Press Release"],"inLanguage":"zh-HK","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pandorafms.com\/blog\/what-is-ssh\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/version-2.com\/2023\/12\/what-is-ssh\/","url":"https:\/\/pandorafms.com\/blog\/what-is-ssh\/","name":"What is SSH? - Version 2","isPartOf":{"@id":"https:\/\/version-2.com\/zh\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pandorafms.com\/blog\/what-is-ssh\/#primaryimage"},"image":{"@id":"https:\/\/pandorafms.com\/blog\/what-is-ssh\/#primaryimage"},"thumbnailUrl":"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/young-contemporary-cyber-security-manager-typing-i-2023-11-27-05-13-08-utc-scaled.jpg","datePublished":"2023-12-27T09:17:07+00:00","breadcrumb":{"@id":"https:\/\/pandorafms.com\/blog\/what-is-ssh\/#breadcrumb"},"inLanguage":"zh-HK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pandorafms.com\/blog\/what-is-ssh\/"]}]},{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/pandorafms.com\/blog\/what-is-ssh\/#primaryimage","url":"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/young-contemporary-cyber-security-manager-typing-i-2023-11-27-05-13-08-utc-scaled.jpg","contentUrl":"https:\/\/pandorafms.com\/blog\/wp-content\/uploads\/2023\/12\/young-contemporary-cyber-security-manager-typing-i-2023-11-27-05-13-08-utc-scaled.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/pandorafms.com\/blog\/what-is-ssh\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/version-2.com\/"},{"@type":"ListItem","position":2,"name":"What is SSH?"}]},{"@type":"WebSite","@id":"https:\/\/version-2.com\/zh\/#website","url":"https:\/\/version-2.com\/zh\/","name":"Version 2","description":"","publisher":{"@id":"https:\/\/version-2.com\/zh\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/version-2.com\/zh\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-HK"},{"@type":"Organization","@id":"https:\/\/version-2.com\/zh\/#organization","name":"Version 2","url":"https:\/\/version-2.com\/zh\/","logo":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/version-2.com\/zh\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/version-2.com\/wp-content\/uploads\/2020\/08\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1","contentUrl":"https:\/\/i0.wp.com\/version-2.com\/wp-content\/uploads\/2020\/08\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1","width":1795,"height":335,"caption":"Version 2"},"image":{"@id":"https:\/\/version-2.com\/zh\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/version-2.com\/zh\/#\/schema\/person\/011bc7c3731c930bcfeecd52fefb6365","name":"tracylamv2","image":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/secure.gravatar.com\/avatar\/9d01d79cbfd8b2e878f5d701a362cc9fca466d33fec977b59706c23c1a2db15c?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9d01d79cbfd8b2e878f5d701a362cc9fca466d33fec977b59706c23c1a2db15c?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9d01d79cbfd8b2e878f5d701a362cc9fca466d33fec977b59706c23c1a2db15c?s=96&d=identicon&r=g","caption":"tracylamv2"},"url":"https:\/\/version-2.com\/zh\/author\/tracylamv2\/"}]}},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pbQRKm-jnj","jetpack_featured_media_url":"","post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/posts\/74481","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/users\/149011790"}],"replies":[{"embeddable":true,"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/comments?post=74481"}],"version-history":[{"count":4,"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/posts\/74481\/revisions"}],"predecessor-version":[{"id":74485,"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/posts\/74481\/revisions\/74485"}],"wp:attachment":[{"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/media?parent=74481"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/categories?post=74481"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/version-2.com\/zh\/wp-json\/wp\/v2\/tags?post=74481"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}