Suppose you need to access you department’s computer from outside the institute. The usual solution would be to use ssh. But what if you can access your department’s computer only via a different computer in your institute? Multiple ssh would be the usual way:
aditya@donatello:~$ ssh clac.edu
aditya@clac.edu’s password:
aditya@clac.edu:~$ ssh adi@malhar
adi@malhar’s password:
adi@malhar:~$
This is the situation at my [...]
Filed under: Linux | Tagged: emacs, multihop, openssh, remote access, ssh, tramp | Leave a Comment »

