User Tools

Site Tools


other:ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:ssh [2020/07/09 08:38]
jypeter
other:ssh [2020/07/10 07:51]
jypeter Improved the mentions of Putty
Line 27: Line 27:
  
 <WRAP center round tip 60%> <WRAP center round tip 60%>
-Note: the following will work in a **Linux** terminal, but can also work in a //​terminal//​ on a **Mac** or on a **Windows 10** computer (''​ssh''​ is directly available in ''​Windows Powershell'',​ ''​Windows Terminal''​ or the old ''​cmd'',​ but it is not the best way to use ''​ssh''​ on Windows)+Note: the following will work in a **Linux** terminal, but can also work in a //​terminal//​ on a **Mac** or on a **Windows 10** computer (''​ssh''​ is directly available in ''​Windows Powershell'',​ ''​Windows Terminal''​ or the old ''​cmd'',​ but it is not the most user-friendly ​way to use ''​ssh''​ on Windows) 
 + 
 +If you have a Windows computer, it is much easier to use [[#​a_recommended_ssh_client_for_windows|Putty]] for creating an ''​ssh''​ connection 
 </​WRAP>​ </​WRAP>​
  
Line 66: Line 69:
  
 <​code>​ <​code>​
-alias obelix='ssh -A -X my_LSCE_login@ssh1.lsce.ipsl.fr -t ssh -A -X obelix'​+# Connecting to LSCE from outside the LSCE network 
 +alias sobelix='ssh -A -X my_LSCE_login@ssh1.lsce.ipsl.fr -t ssh -A -X obelix'​ 
 + 
 +# Connecting to LSCE from a computer on the LSCE network 
 +alias obelix='​ssh -A -X my_LSCE_login@obelix'​
  
 +# Connecting to ciclad @ IPSL
 alias ciclad='​ssh -A -X my_ciclad_login@ciclad.ipsl.jussieu.fr'​ alias ciclad='​ssh -A -X my_ciclad_login@ciclad.ipsl.jussieu.fr'​
 </​code>​ </​code>​
Line 83: Line 91:
 ==== A recommended ssh client for Windows ==== ==== A recommended ssh client for Windows ====
  
-[[other:​win10apps#​putty_pageant|Putty]] is a nice and convenient //ssh client// for Windows+[[other:​win10apps#​putty_pageant|Putty]] is a convenient ​and user-friendly ​//ssh client// for Windows
  
 ===== Just transferring files ===== ===== Just transferring files =====
other/ssh.txt · Last modified: 2023/05/03 08:32 by jypeter