<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Ssh</id>
		<title>Ssh - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Ssh"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Ssh&amp;action=history"/>
		<updated>2026-04-05T07:09:11Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Ssh&amp;diff=872&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Ssh&amp;diff=872&amp;oldid=prev"/>
				<updated>2008-12-03T10:39:06Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:39, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Ssh&amp;diff=871&amp;oldid=prev</id>
		<title>192.168.20.177: /* &quot;Reverse&quot; tunnelling */</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Ssh&amp;diff=871&amp;oldid=prev"/>
				<updated>2008-03-24T19:34:56Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;&amp;quot;Reverse&amp;quot; tunnelling&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Ssh]] is the secure version of [[telnet]], where communication is encrypted. It's usual to login through ssh via port 22. But often, administrators choose another less-conventional port in order to evade attacks and malicious attempts of intrusions.&lt;br /&gt;
&lt;br /&gt;
==Clients==&lt;br /&gt;
A good choice for windows would be [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html putty]. For linux systems, simply use ssh from the command-line.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
 &amp;gt; ssh username:pass@hostname.com -p 22&lt;br /&gt;
&lt;br /&gt;
==Tunnelling==&lt;br /&gt;
Creating a tunnel between a port in a localhost (localhost:24321) and another port in a remote host(hostname:123) is quite simple:&lt;br /&gt;
 &amp;gt; ssh -L:24321:hostname:123 username@hostname -p 22&lt;br /&gt;
&lt;br /&gt;
===Tunelling the proxy.ist.utl.pt===&lt;br /&gt;
A good thing to do is to use the ist proxy service to get access to registered online libraries.&lt;br /&gt;
&lt;br /&gt;
[https://ciist.ist.utl.pt/servicos/proxy.php#autenticado Here]  you get instructions.&lt;br /&gt;
&lt;br /&gt;
Basically, from outside the IST, you'll need to configure your proxy settings in your browser with&lt;br /&gt;
&lt;br /&gt;
 proxy.ist.utl.pt:3128&lt;br /&gt;
&lt;br /&gt;
Then simply provide your fenix istxxxxxx login. &lt;br /&gt;
&lt;br /&gt;
If you don't own a fenix login, then you must make a tunnel to some machine at ist intranet.&lt;br /&gt;
&lt;br /&gt;
 somemachine&amp;gt; ssh -L:5544:proxy.ist.utl.pt:3128 user@somemachine.ist.utl.pt -p 22&lt;br /&gt;
&lt;br /&gt;
Then configure your browser proxy settings to:&lt;br /&gt;
 somemachine.ist.utl.pt:5544&lt;br /&gt;
Just make sure that the 5544 port at somemachine.ist.utl.pt is open. Otherwise, find another port.&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;Reverse&amp;quot; tunnelling==&lt;br /&gt;
Similar, but this allows for the remote computer(B:2048) to connect to the local computer (A:22) without actually passing through the local computer firewall.&lt;br /&gt;
 A&amp;gt; ssh -R:2048:localhost:22 B&lt;br /&gt;
To use the tunnel, connect from the B to A using:&lt;br /&gt;
 B&amp;gt; ssh localhost -p 2048&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty]&lt;br /&gt;
*[http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/basic/node214.html Imap tunnel]&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>192.168.20.177</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>