<?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>ssh &#8211; OMG The Cloud!</title>
	<atom:link href="https://www.omgthecloud.com/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.omgthecloud.com</link>
	<description>Video Tutorials for IT Professionals. Entertainment for the rest of us</description>
	<lastBuildDate>Tue, 01 Feb 2022 00:18:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.1</generator>

<image>
	<url>https://www.omgthecloud.com/wp-content/uploads/2021/04/cropped-OMG-logo-1-32x32.jpg</url>
	<title>ssh &#8211; OMG The Cloud!</title>
	<link>https://www.omgthecloud.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SSH to your servers without a username!</title>
		<link>https://www.omgthecloud.com/ssh-to-your-servers-without-a-username/</link>
					<comments>https://www.omgthecloud.com/ssh-to-your-servers-without-a-username/#respond</comments>
		
		<dc:creator><![CDATA[OMG!]]></dc:creator>
		<pubDate>Mon, 31 Jan 2022 23:49:19 +0000</pubDate>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">https://www.omgthecloud.com/?p=330</guid>

					<description><![CDATA[In this Quick Tip, I&#8217;ll show you how to leverage the hidden .ssh/config file in Linux or macOS, to define custom configuration for your frequently-accessed ssh sessions! Stop typing usernames (AND passwords, if you check out my Quick Tip on RSA key authentication.. that&#8217;s easy too!!) Check out the video below,&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[
<p>In this Quick Tip, I&#8217;ll show you how to leverage the hidden<strong> .ssh/config</strong> file in Linux or macOS, to define custom configuration for your frequently-accessed ssh sessions! Stop typing usernames (AND passwords, if you check out my <a href="https://www2.omgthecloud.com/quickly-push-ssh-keys-to-all-your-servers/" data-type="post" data-id="321">Quick Tip on RSA key authentication</a>.. that&#8217;s easy too!!) Check out the video below, and then come back to grab the sample config file, and start managing your ssh sessions like a pro!</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="epyt-video-wrapper"><div  id="_ytid_27183"  width="740" height="416"  data-origwidth="740" data-origheight="416" data-facadesrc="https://www.youtube.com/embed/3427sK0A-MM?enablejsapi=1&#038;autoplay=0&#038;cc_load_policy=0&#038;cc_lang_pref=&#038;iv_load_policy=1&#038;loop=0&#038;modestbranding=1&#038;rel=0&#038;fs=1&#038;playsinline=0&#038;autohide=2&#038;theme=dark&#038;color=red&#038;controls=1&#038;" class="__youtube_prefs__ epyt-facade epyt-is-override  no-lazyload" data-epautoplay="1" ><img decoding="async" data-spai-excluded="true" class="epyt-facade-poster skip-lazy" loading="lazy"  alt="YouTube player"  src="https://i.ytimg.com/vi/3427sK0A-MM/maxresdefault.jpg"  /><button class="epyt-facade-play" aria-label="Play"><svg data-no-lazy="1" height="100%" version="1.1" viewBox="0 0 68 48" width="100%"><path class="ytp-large-play-button-bg" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="#f00"></path><path d="M 45,24 27,14 27,34" fill="#fff"></path></svg></button></div></div>
</div></figure>



<p>Here&#8217;s your sample <strong>config</strong> file to drop in your <strong>.ssh</strong> folder. Remember to modify for your servers and usernames of course!</p>



<pre class="wp-block-code"><code>Host 192.168.*.* 10.*.*.* *docker* !192.168.2.225
  StrictHostKeyChecking no
  UserKnownHostsFile=/dev/null
  User webserver

Host rockpi*
  StrictHostKeyChecking no
  UserKnownHostsFile=/dev/null
  User omg

Host 192.168.2.225 raspberrypi
  StrictHostKeyChecking no
  UserKnownHostsFile=/dev/null
  User pi
</code></pre>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.omgthecloud.com/ssh-to-your-servers-without-a-username/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">330</post-id>	</item>
	</channel>
</rss>
