Shell account SSH Tunnelling?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Shell account SSH Tunnelling?
# 1  
Old 02-07-2008
Shell account SSH Tunnelling?

What do I need to do to be able to connect to an IRC server from work?


At work I'm behind a firewall that blocks all IRC connections on standard ports.


I read that I could use a shell account and set something up (which I am searching what) that I could use to connect to and tunnel my connection via SSH on another port opened on my firewall and then connect to IRC, What am I looking for here that is capable of doing that?
# 2  
Old 02-07-2008
Yes, you could ssh to a third party that is outside the firewall or another machine that is not restricted unlike your desktop is and then use ssh to proxy from there to ircd.

Port forwarding within the office on the restricted side of the firewall is still going to be blocked if its you directly with an irc client or you to ssh and then ssh to ircd.

But when you do get ssh to work its pretty slick. People in windows would use SecureCRT to tunnel traffic to the 3rd party and from there to irc (127.0.0.7:6667 to irc.freenet.net:6677, via host.thirdparty.com) Then in mIRC you would change the ipaddress of irc.freenet.net's entry to 127.0.0.7.

You might have to tune the connectivity to host.thirdparty.com to not run on the normal SSH port as well.
# 3  
Old 02-07-2008
Quote:
Originally Posted by HPAVC
Yes, you could ssh to a third party that is outside the firewall or another machine that is not restricted unlike your desktop is and then use ssh to proxy from there to ircd.

Port forwarding within the office on the restricted side of the firewall is still going to be blocked if its you directly with an irc client or you to ssh and then ssh to ircd.

But when you do get ssh to work its pretty slick. People in windows would use SecureCRT to tunnel traffic to the 3rd party and from there to irc (127.0.0.7:6667 to irc.freenet.net:6677, via host.thirdparty.com) Then in mIRC you would change the ipaddress of irc.freenet.net's entry to 127.0.0.7.

You might have to tune the connectivity to host.thirdparty.com to not run on the normal SSH port as well.
What can i use to to do that preferably in a free unix shell I can get online somewhere, anything?
# 4  
Old 02-07-2008
You need a third party someplace that is willing to forward traffic for you or a shell account on an external provider. If you do find a free online unix shell provider, come let us know, they aren't exactly common Smilie
# 5  
Old 02-08-2008
Quote:
Originally Posted by Smiling Dragon
You need a third party someplace that is willing to forward traffic for you or a shell account on an external provider. If you do find a free online unix shell provider, come let us know, they aren't exactly common Smilie
Edit:

I deleted this reply by KromIX.

Do not indirectly spam these forums with "set up" questions, that then lead the original poster, or their tout(s), to spam answers.

I will ban folks for this type of "set up the question and then answer with spam" techniques.

ps: thread closed.

Neo
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Allow AD service account SSH to Linux systems without 2FA

I have Windows AD server and all of the linux computers are joined to AD. Recently, 2FA has been activated, I wish to exclude some of the domain service accounts from 2FA # less /etc/pam_radius_acl.conf sshd:* # /etc/pam.d/sshd auth required pam_sepermit.so auth requisite... (0 Replies)
Discussion started by: davidpar007
0 Replies

2. Red Hat

Su-only account with ssh capability and no interactive login

Hello experts, Is it possible to have an user account on RHEL 6.3 as a su-only account, but with ssh capability and no interactive login? Let me elaborate. Say, we have a cluster of 5 RHEL 6.3 servers and an user account (strmadmin) on each of the server as an su-only... (1 Reply)
Discussion started by: naveendronavall
1 Replies

3. UNIX for Dummies Questions & Answers

SSH with a nologin account

Is it possible to SSH with an account that has its shell set to /sbin/nologin? The reason I ask is because I am running an instance of nagios where I need to use SSH keys to run a check, but I am getting connect errors in Nagios. Also, what is the risk I run into if I just simply change my... (2 Replies)
Discussion started by: streetfighter2
2 Replies

4. UNIX for Dummies Questions & Answers

ssh for different user account in a server configuration

Hi team, I am not able to configure the ssh settings for a UserA to do ssh or scp to the UserB in the same server , what could be the best way to do the ssh form UserA to UserB. I've generated the public key in UserA ~/.ssh and kept a copy of that in ~/.ssh of authorized_key of UserB . Still... (1 Reply)
Discussion started by: posix
1 Replies

5. Cybersecurity

openssh_4.6 on Unixware 7.1.4 - ssh does not lock account after x attempts

Hi all, I am having some issues with openssh vers OpenSSH_4.6p1 on SCO unixware 7.1.4 when a user accesses the system via ssh and the password is incorrect and more attempts have been made that the lock out limit I find that although there are messages in the syslog the account does not lock... (0 Replies)
Discussion started by: chlawren
0 Replies

6. UNIX for Dummies Questions & Answers

Creating FTP account using SSH (putty)?

Hello, : ) I have a remote access to the server that hosts my joomla, and it does not have cpanel. So I have to do everything manually. I need to have an FTP account to the httpdocs folder because I need to put these info in the config file of joomla (to allow file uploading ...etc) So,... (8 Replies)
Discussion started by: Hayatt
8 Replies

7. UNIX for Dummies Questions & Answers

CVS and ssh tunnelling

Hi, I know my way around CVS but I am new to ssh tunneling. My boss has asked me to create a ssh tunnel such that when clients connect to the CVS server they do so having ssh encrypt the transmission. All the solutions I have found on the web suggest that ssh tunneling has to be setup on the... (3 Replies)
Discussion started by: mojoman
3 Replies

8. Solaris

ssh X11 tunnelling error

Hello freinds. Recently installed solaris 10 on a "sun ultra 10" with all the included features in the 5 CD set except sendmail support which i never needed. I am trying to ssh into the servers at my school which I can very easily do using linux. It seems that there is something wrong with the... (2 Replies)
Discussion started by: aijazbaig1
2 Replies
Login or Register to Ask a Question