<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux 101 Hacks &#187; 03. SSH Client Commands</title>
	<atom:link href="http://linux.101hacks.com/category/ssh-client-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.101hacks.com</link>
	<description>Free eBook to Build a Strong Foundation in UNIX / Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 06:07:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Hack 16. SSH Session Statistics using SSH Escape Character</title>
		<link>http://linux.101hacks.com/ssh-client-commands/ssh-session-statistics/</link>
		<comments>http://linux.101hacks.com/ssh-client-commands/ssh-session-statistics/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 01:11:08 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[03. SSH Client Commands]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=84</guid>
		<description><![CDATA[To get some useful statistics about the current ssh session, do the following. This works only on SSH2 client. 1. Login to remotehost from localhost. localhost$ ssh -l jsmith remotehost 2. Display SSH statistics On the remotehost, type ssh escape character ~ followed by s as shown below. This will display lot of useful statistics [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/ssh-client-commands/ssh-session-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 15. Toggle SSH Session using SSH Escape Character</title>
		<link>http://linux.101hacks.com/ssh-client-commands/toggle-ssh-session/</link>
		<comments>http://linux.101hacks.com/ssh-client-commands/toggle-ssh-session/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 01:09:23 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[03. SSH Client Commands]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=81</guid>
		<description><![CDATA[When you’ve logged on to the remotehost using ssh from the localhost, you may want to come back to the localhost to perform some activity and go back to remote host again. In this case, you don’t need to disconnect the ssh session to the remote host. Instead, follow the steps below. 1. Login to [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/ssh-client-commands/toggle-ssh-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 14. Debug SSH Client Session</title>
		<link>http://linux.101hacks.com/ssh-client-commands/debug-ssh-client-session/</link>
		<comments>http://linux.101hacks.com/ssh-client-commands/debug-ssh-client-session/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 01:06:34 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[03. SSH Client Commands]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=78</guid>
		<description><![CDATA[Sometimes it is necessary to view debug messages to troubleshoot any SSH connection issues. pass -v (lowercase v) option to the ssh as shown below to view the ssh debug messages. Example without SSH client debug message: localhost$ ssh -l jsmith remotehost.example.com warning: Connecting to remotehost.example.com failed: No address associated to the name Example with [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/ssh-client-commands/debug-ssh-client-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 13. Login to Remote Host using SSH</title>
		<link>http://linux.101hacks.com/ssh-client-commands/login-to-remote-host/</link>
		<comments>http://linux.101hacks.com/ssh-client-commands/login-to-remote-host/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 01:04:34 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[03. SSH Client Commands]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=75</guid>
		<description><![CDATA[The First time when you login to a remotehost from a localhost, it will display the host key not found message and you can give “yes” to continue. The host key of the remote host will be added under .ssh2/hostkeys directory of your home directory, as shown below. localhost$ ssh -l jsmith remotehost.example.com Host key [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/ssh-client-commands/login-to-remote-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 12. Identify SSH Client Version</title>
		<link>http://linux.101hacks.com/ssh-client-commands/ssh-client-version/</link>
		<comments>http://linux.101hacks.com/ssh-client-commands/ssh-client-version/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 00:59:31 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[03. SSH Client Commands]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=43</guid>
		<description><![CDATA[Sometimes it may be necessary to identify the SSH client that you are currently running and it’s corresponding version number. Use ssh –V to identify the version number. Please note that Linux comes with OpenSSH. The following examples indicates that this particular system is using OpenSSH: $ ssh -V OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003 [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/ssh-client-commands/ssh-client-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.101hacks.com

Served from: linux.101hacks.com @ 2012-02-04 04:14:44 -->
