i am trying to setup my ssh using dyndns via terminal and i can't get it to connect. i have tried entering ssh myusername@myserver and it just errors out. so how do i set ssh up the right way??
That sounds like the remote server just isn't running the ssh service, or they have it firewalled and you cannot use it. Are you sure you're supposed to be able to ssh to that host? Is that your server or is it someone else's server?
Are you aware that simply ssh'ing to another machine does not establish a "secure proxy" or "secure web tunnel"? ssh can do that, crudely, but it doesn't really sound to me like you fully grasp what you want to do, much less how to do it.
What role does dyndns play in the scenario? You mentioned that in your first post and it certainly could be a factor.
Darth.Titan got it right. You need forward port 22 to your Mac.
I'm not sure it's helpful in this case, though. I'm pretty sure that the original poster is trying to ssh from their local machine to their local machine under the misguided notion that this will make their web browsing more secure. While the suggestion will enable the ssh to complete, there's not much point to it at all.
i know what i want to to just not how to fully explain it. i am trying to make my internet connection secure so i found a free dynamic dns hosting service that gives me a domain name and supports ssh. essentially i have the tools to fully set up secure internet but i can't figure out how to properly implement it
p.s- if it this is of help this site i previously mentioned has gave me a domain name and login credentials.
Giving them the right info to complete their goal is what we should do. They will have go determine if it is what they want.
I don't think his goal is to ssh from his computer to his computer (the same machine). There's not much point to that, right? It certainly doesn't make his internet connection secure and he's been clear on that goal.
So it isn't incorrect and of course setting up a forward is a part of that process.
So, yes the OPs goal can be achieved.