Ninja Monkey Posted April 16, 2012 Posted April 16, 2012 (edited) I was watching the latest episode Hak5 1108 – Hak5 Special: Proxies I decided to try the putty proxy tunnel and was of course prompted to put in a username and password. Needless to say I have no idea what they are I have tried my Win login etc but no luck. Edit: Sorry to clarify, I am connecting to myself here but I dont know what I am connecting too ... if that makes sense lol Edited April 16, 2012 by Ninja Monkey Quote
Mr-Protocol Posted April 16, 2012 Posted April 16, 2012 You would need to setup a SSH daemon to run on your Windows machine and manage user accounts in the software. Easy setup is to run linux, setup sshd and login with your linux user account. Quote
Ninja Monkey Posted April 16, 2012 Author Posted April 16, 2012 You would need to setup a SSH daemon to run on your Windows machine and manage user accounts in the software. Easy setup is to run linux, setup sshd and login with your linux user account. If I'm connecting to myself in SSH surely I am running something that is accepting a connection ? I was wondering if I could find what is actually accepting the connection. Quote
Mr-Protocol Posted April 16, 2012 Posted April 16, 2012 Depends on the OS you are connecting to. Quote
Ninja Monkey Posted April 16, 2012 Author Posted April 16, 2012 Depends on the OS you are connecting to. It's windows 7 but I was unaware any of the software I am running had SSH connections to them, I dont like to not know really. I'm aware of all ssh clients on my Linux box but never thought of my windows set-ups connections. the whole episode just made me curious. Quote
Mr-Protocol Posted April 16, 2012 Posted April 16, 2012 I just tried to ssh to my windows machine. As expected it timed out for me. I'd run netstat to find out what is running on port 22. Maybe process monitor as well to help find out what it is. Edit: Try using this. http://www.binbert.com/blog/2010/04/find-which-application-service-is-running-in-a-port-windows/ Quote
Ninja Monkey Posted April 16, 2012 Author Posted April 16, 2012 (edited) I just tried to ssh to my windows machine. As expected it timed out for me. I'd run netstat to find out what is running on port 22. Maybe process monitor as well to help find out what it is. Edit: Try using this. http://www.binbert.com/blog/2010/04/find-which-application-service-is-running-in-a-port-windows/ It's amazing how little simple things slip your mind when your half asleep and cought offguard a quick netstat -b showed something called freesshd :S apparently my roommate installed it because he needed ssh... yea anyways I slapped him a couple of times... thanks Mr.Protocol edit: I appreciate the link but sorted it now getting timeouts from Linux box > Windows so :) all is well with the world again Edited April 16, 2012 by Ninja Monkey Quote
Mr-Protocol Posted April 16, 2012 Posted April 16, 2012 Glad you tracked down the issue ;) Cheers Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.