ssh Client Program: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Remove links to pages that are actually redirects to this page.)
m (Remove links to pages that are actually redirects to this page.)
Line 4: Line 4:
* <B>Example(s):</B>
* <B>Example(s):</B>
** [[PuTTY]].
** [[PuTTY]].
** <code>[[ssh]] -vT -i id_xxx.pem myhost.com</code>
** <code>[[ssh Client Program|ssh]] -vT -i id_xxx.pem myhost.com</code>
** <code> ssh -i ~/EMR.pem -ND 8157 hadoop@54.204.218.87  # setup an [[ssh tunnel]]</code>
** <code> ssh -i ~/EMR.pem -ND 8157 hadoop@54.204.218.87  # setup an [[ssh tunnel]]</code>
* <B>Counter-Example(s):</B>
* <B>Counter-Example(s):</B>

Revision as of 20:45, 23 December 2019

An ssh Client Program is a client software that facilitates access to a remote computer that accepts ssh connections (using the secure shell protocol).



References

2013