{"id":329,"date":"2021-01-15T12:00:00","date_gmt":"2021-01-15T17:00:00","guid":{"rendered":"https:\/\/molecularsciences.org\/content\/?p=329"},"modified":"2020-12-24T00:53:00","modified_gmt":"2020-12-24T05:53:00","slug":"installing-and-using-ssh-on-unix-linux","status":"publish","type":"post","link":"https:\/\/molecularsciences.org\/content\/installing-and-using-ssh-on-unix-linux\/","title":{"rendered":"Installing and Using SSH on Unix\/Linux"},"content":{"rendered":"\n<p>SSH client can be downloaded from\u00a0<a href=\"http:\/\/www.openssh.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">www.openssh.com<\/a>. To install, do the following:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>tar xzvf openssh-3.6.tgz\ncd ssh\nmake obj\nmake cleandir\nmake depend\nmake\nmake install\ncp \/etc\/ssh\/ssh_config \/etc\/ssh\/ssh_config_backup\ncp \/etc\/ssh\/sshd_config \/etc\/ssh\/sshd_config_backup\ncp ssh_config sshd_config \/etc\/ssh\nmkdir \/var\/empty<\/code><\/pre>\n\n\n\n<p>To use, type the following:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh -l username remote_address\nssh -l user 123.123.123.123\nssh -l user 123.123.123.123 -p 22<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>SSH client can be downloaded from\u00a0www.openssh.com. To install, do the following: To use, type the following:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34],"tags":[35,36],"class_list":["post-329","post","type-post","status-publish","format-standard","hentry","category-linux","tag-linux","tag-ssh"],"_links":{"self":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts\/329","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/comments?post=329"}],"version-history":[{"count":1,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts\/329\/revisions"}],"predecessor-version":[{"id":330,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts\/329\/revisions\/330"}],"wp:attachment":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/media?parent=329"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/categories?post=329"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/tags?post=329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}