VPN ssh access over RDP port?


 
Thread Tools Search this Thread
Special Forums IP Networking VPN ssh access over RDP port?
# 1  
Old 08-05-2013
VPN ssh access over RDP port?

Guys,

Can I use an open RDP port to gain ssh access to my Linux server running the other side of our firewall?

I work from home on the odd occasion, we only have RDP port 3389 available once logged into the VPN. I would rather ssh into my workstation without the need for a desktop display.

Can I just simply change ssh port to 3389 on my office machine? Then ssh to port 3389 from home?

Or, ss there anything I can do in terms of port handling from the source and destination? For example:

Home
-------------
ssh to office machine on port 22 > my home machine forwards 22 to 3389

Office
-------
Host receives request on 3389 > forwards to port 22 for ssh access


Would it just be easier to change the port ssh uses on my office machine to 3389? Would this work?

Thanks,
# 2  
Old 08-05-2013
I bet, you would violate your company's security policy trying to do this.

You better establish a RDP connection to a machine in the office and start a ssh session from there.
# 3  
Old 08-05-2013
Fair comment, but I doubt the policy states the RDP port has to be used for an RDP session! Smilie

To confirm, I'm not into doing anything outside of company policy, I have a good relationship a lot of flexibility with my company. I am quite keen to increase my productivity using CLI access rather than an RDP session. I would pose this before making an changes...
# 4  
Old 08-06-2013
changing the rdp port forward will not only affect you but everybody else who falls under the rdp port only policy ... you would be better off asking for an exception to policy and having a different port setup ...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Red Hat

Port Forward to VPN client.

Hi all, I can't port forward from WAN to VPN Client. VPN Client Ubuntu 18 192.168.0.16 Port 6000 VPN Gateway for LAN clients Centos 192.168.0.12 Router 192.168.0.1 I can forward to the VPN Client if VPN is not connected if I forward Port 6000 from 192.168.0.1 directly to 192.168.0.16.... (2 Replies)
Discussion started by: stinkefisch
2 Replies

2. Windows & DOS: Issues & Discussions

Port forwarding to windows rdp

I need assistance with a port forwarding related problem. ssh root@adress.com -p2222 -L 3389:192.168.0.10:3389 Have to connect to this 192.168.0.10 ip via rdp standard port from my windows machine. I got the linux command which should work but I just don't know how to use it... (1 Reply)
Discussion started by: genius90
1 Replies

3. Shell Programming and Scripting

RDP access from UNIX.

Hi, How can I access remote desktop shared area from Unix. Like on Windows in Run we use //IP/address Is there any similar command on Unix. I am using HP-UX. Basically I need to transfer a file to Windows from Unix using a shell script. Quick response will be appreciated. Thanks in... (5 Replies)
Discussion started by: Peeyush Sehgal
5 Replies

4. Cybersecurity

RDP over SSH Tunnel

Hi all, I'm trying have an alternative way of connecting into a Corporate network. Mostly in case the VPN down as I cannot also change the security policy. I want to expose windows RDP over ssh tunnel. I have 3 hosts in my scenario 1- Host a : Windows 2k8 has no internet access just only an... (3 Replies)
Discussion started by: h@foorsa.biz
3 Replies

5. UNIX for Dummies Questions & Answers

Unix box access via VPN

Hi, I have a unix box on my network IP: 10.10.40.253 I believe the firewall is not letting me have access to it when I come in via VPN. The VPN appears to the unix box as 10.10.20.xxx. Any help on how to solve this will be appreciated... Thanks in advance Regards (0 Replies)
Discussion started by: annybase
0 Replies

6. IP Networking

port access to site to site VPN

Setup a site to site VPN between two cisco routers. One of the site locations is unable to access ports such as https://example.com:9001 How do I let them go into port 9001? They can ssh, ftp, telnet and everything else. Is this a VPN issue or ACL access issue? I put permit ip host... (0 Replies)
Discussion started by: photon
0 Replies
Login or Register to Ask a Question