Thank you for looking at this.
I setup a 15.10 server, updated, installed emacs, added a local user, put the user in the admin group (emacs /etc/group and changed the default same-as-user-name group to admin), edited /etc/ssh/sshd_config, adding "Port 443" (directly under "Port 22") and AllowTcpForwarding yes (above "X11Forwarding yes"), restarted sshd (sytemctl restart ssh), and successfully logged in to the localhost on both ports.
Puttysetup:
host: user@host
port: 443
Connection->Proxy:
Proxy type: http
Proxy hostname: (proxy ip)
Connection->SSH->Tunnels:
Source port: 9870
Destination: (blank)
Dynamic
Auto
Click Add
Forwarded ports: D9870
FWIW, Windows->Colours:
Default Foreground:
Red: 225
Green: 225
Blue: 0
(yellow foreground on black background is so easy to read.

)
Saved session and logged in. Works on both 443 and 22. Right now connected via 443. So, i have a terminal over SSH that works fine. That is, i can issue commands as usual.
So far so good.
FireFox setup:
Tools->Options->Advanced->Network->Settings...
Manual proxy configuration:
SOCKS Host: 127.0.0.1
Port: 9870
No Proxy for:
localhost, 127.0.0.1
Try loading example.com:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Server not found
Firefox can't find the server at
http://www.example.com.
Check the address for typing errors such as ww.example.com instead of
http://www.example.com If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Change the setting back to: Auto-detect proxy settings for the network
And example.com loads as usual.
I appreciate the help so far. Got me to try things from scratch and i now can SSH to the server. But how do i get FF to use it too?