SSH server and client on the same PC

DextrousDave

New member
Member
VIP
Local time
12:28 AM
Messages
135
Hi All

I want all incoming and outgoing data from my PC to be more secure, so I
I want to set up an SSH server on my Home PC using Cygwin, but I also want the SSH client to be on my PC. Is this possible, or do I need to have an external/second PC to act as the server? Also, if all my internet traffic goes through this SSH server, how will it affect my normal browsing? Will I have issues connecting to my regular websites (youtube, facebook, msn, yahoo, gmail, etc etc)?

Thank you
 

My Computer

Computer Manufacturer/Model Number
MSI
OS
Windows 7 Ultimate x32
CPU
Intel Core 2 Quad Q9400 @ 2.66GHz
Motherboard
MSI
Memory
2048MB
Graphics Card(s)
NVIDIA GeForce GTX 275
Monitor(s) Displays
Generic PnP Monitor
Hard Drives
2x HDD Drives (ATA Devices) 140GB and 368GB
Cooling
Fans
Umm...that is not going to make anything more or less secure. SSH is for creating secure connections to remote systems. (Mainly for administrating) It creates a VPN in a way. It does not make your browser usage secure. Connecting to an SSH server on the local machine is pointless anyways. You are already on the local machine!
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Alienware Aurora ALX R4
OS
Windows 10 Pro (x64)
CPU
Intel Core i7-3930K (3.2GHz - 4.5GHz)
Motherboard
Alienware Aurora-R4 x79
Memory
4x Samsung 4GB PC3-12800 DDR3 (16GB 1600MHz)
Graphics Card(s)
Nvidia Geforce GTX 690
Sound Card
SteelSeries Siberia Elite
Monitor(s) Displays
Dell UltraSharp U3011
Screen Resolution
2560x1600
Hard Drives
Samsung 850 Pro 256 GB, Seagate 1TB Desktop Hybrid HDD, 2x Western Digital 4TB Green HDD
PSU
875W Some Dell PSU <.<
Case
Alienware Aurora ALX
Cooling
Custom Liquid Cooling (EK CPU & GPU blocks) dual EK 480RAD
Keyboard
Logitech G710+ Mechanical
Mouse
Logitech G700s
Internet Speed
Verizon Fios (50 mbps average)
Other Info
Server: Intel NUC D54250WYK: i5-4250U, 16GB, 256 GB mSATA, Windows Server 2012 R2
ok thanks, I thought that the SSH server encrypts data and sends it over the internet, using secure ports, making your internet sessions more secure, but your answer makes more sense. Appreciate your answer. thanks.
 

My Computer

Computer Manufacturer/Model Number
MSI
OS
Windows 7 Ultimate x32
CPU
Intel Core 2 Quad Q9400 @ 2.66GHz
Motherboard
MSI
Memory
2048MB
Graphics Card(s)
NVIDIA GeForce GTX 275
Monitor(s) Displays
Generic PnP Monitor
Hard Drives
2x HDD Drives (ATA Devices) 140GB and 368GB
Cooling
Fans
Umm...that is not going to make anything more or less secure. SSH is for creating secure connections to remote systems. (Mainly for administrating)
One more thing: Let's say I am in a public WiFi hotspot, and I connect to my SSH server located elsewhere, I can use that SSH server as a proxy server in my browser, so any browser traffic(packets) between my client PC on the public WiFi and the SSH server will be secure right? And also, I assume that setting up such a remote secure connection is basically the same as Windows native remote desktop connection?
 

My Computer

Computer Manufacturer/Model Number
MSI
OS
Windows 7 Ultimate x32
CPU
Intel Core 2 Quad Q9400 @ 2.66GHz
Motherboard
MSI
Memory
2048MB
Graphics Card(s)
NVIDIA GeForce GTX 275
Monitor(s) Displays
Generic PnP Monitor
Hard Drives
2x HDD Drives (ATA Devices) 140GB and 368GB
Cooling
Fans
Umm...that is not going to make anything more or less secure. SSH is for creating secure connections to remote systems. (Mainly for administrating)
One more thing: Let's say I am in a public WiFi hotspot, and I connect to my SSH server located elsewhere, I can use that SSH server as a proxy server in my browser, so any browser traffic(packets) between my client PC on the public WiFi and the SSH server will be secure right? And also, I assume that setting up such a remote secure connection is basically the same as Windows native remote desktop connection?

Yes, it's a good idea to use such a setup. In fact, all the WiFi traffic goes encrypted this way, and then from the server to the web, unencrypted (you can't really avoid that unless using sites with HTTPS only).
It has nothing to do with the normal remote desktop. SSH is all about opening a remote command window in the server, SFTP and port forwarding (you'll be using the latter), but not a full control of the remote server. You can forward the port that terminal server uses (3389) to gain access in addition to the web proxy, but it's a whole different history. Also, the SSH protocol is specifically designed to be highly secure and with a very strong encryption, opposed to the remote desktop that has a relatively basic one in comparison.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
Back
Top