OpenSUSE Linux Rants

OpenSUSE Linux Tips, tricks, how-tos, opinions, and news

My Resume  -  My LinkedIn Profile - twitter: @scottmmorris

October 21, 2009

SSH Tip for the Day

by @ 8:14 am. Filed under Linux tips, bash, command-line, ssh tips

When you are forwarding ports through a tunnel, either locally or remotely (i.e., with the -L or -R switches), you can modify the session real-time. The way that you do this is after you start the session, you press SHIFT + ` + c (The ` key also has a ~ in it, which is the actual keypress sent to the session). If it doesn’t work the first time, press ENTER a couple of times and try it again. Once you get the “ssh>” prompt, type “?” for the commands you can put in. Here’s an example session:

[0908][scott@dev:~]$ ssh -R 8080:suseblog.com:8080 scott@suseblog.com
Password:
Last login: Thu Oct 15 11:59:43 2009 from 67.214.232.162
Have a lot of fun...
[1109][scott@mail:~]$ [PRESS SHIFT + ` + c HERE]
ssh> ?
Commands:
      -L[bind_address:]port:host:hostport    Request local forward
      -R[bind_address:]port:host:hostport    Request remote forward
      -KR[bind_address:]port                 Cancel remote forward
[PRESS ENTER HERE]
[1110][scott@mail:~]$ [PRESS SHIFT + ` + c HERE]
ssh> -R8080:letslearnlinux.com:1080
Forwarding port.

[1110][scott@mail:~]$

OpenSSH has got to be one of the freakin’ sweetest tools *EVAR*. Anyway, enjoy!

If you enjoyed this post, make sure you subscribe to my RSS feed!

4 Responses to “SSH Tip for the Day”

  1. Mark Waite Says:

    I agree! The OpenSSH project of OpenBSD has done a great service to the community for the last 10 years. They recently celebrated the tenth anniversary of the project with the release of OpenSSH 5.3. http://www.openssh.com/txt/release-5.3 Thanks to the programmers mentioned at http://www.openssh.org/history.html.

  2. Scott Morris Says:

    Thanks for the comment, Mark. OpenSSH++ Thanks for stopping by!

  3. walvim Says:

    f you are using a system without ssh client then you can use webbased ssh clients (a ssh client on a website) like electrica.
    (Also handy when behind a firewall only allowing http traffic)

  4. George Harris Says:

    I tried that electrica link but it seems down. However, I found another ssh client on a website.

Leave a Reply

OpenSUSE Linux Rants
Official OpenSUSE Linux Site

internal links:

categories:

SUSE Resources

search blog:

rss feeds

news & syndication

archives:

September 2010
S M T W T F S
« Aug    
 1234
567891011
12131415161718
19202122232425
2627282930  

latest tweets:

33 queries. 0.521 seconds