» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with ssh + Firefox

Create a SSH Tunnel for Firefox to surf securely

A ssh tunnel for Firefox to a remote computer is good security measure. Especially when connecting via an untrusted network like a wifi hotspot or other public networks. The tunnel encrypts and sends the data to your remote machine then it is sent over the web to your destination. This tutorial assumes you have an account on a remote machine you can ssh into. This is a pretty easy set up.

Now all you need to do is login your remote computer that you have access to with SSH then issue this 1 command

ssh -D 9999 -C me@ipaddress.com

The -D switch - Specifies a local “dynamic” application-level port forwarding. We are also adding the -C switch for compression.

Next we need to put the settings into Firefox.

Firefox> Edit> Preferences> Advanced tab> Network tab> Settings button.

Select Manual proxy configuration

SOCKS Host: localhost Port: 9999

SOCKS v5

No Proxy for: localhost, 127.0.0.1

Note: Sometimes localhost can cause a problem. If your settings are right and it still is not working replace localhost with 127.0.0.1.



Source from here

Ubuntu: OnlyUbuntu Tutorials

JSSh - a TCP/IP JavaScript Shell Server for Mozilla

allows other programs (such as telnet) to establish JavaScript shell connections to a running Mozilla process via TCP/IP. This functionality is useful for interactive debugging/development of Mozilla applications, remotely controlling Mozilla, or for auto

Firefox: del.icio.us/tag/firefox

Create a SSH Tunnel for Firefox to surf securely

A ssh tunnel for Firefox to a remote computer is good security measure. Especially when connecting via an untrusted network like a wifi hotspot or other public networks. The tunnel encrypts and sends the data to your remote machine then it is sent over the web to your destination. This tutorial assumes you have an account on a remote machine you can ssh into. This is a pretty easy set up.

Now all you need to do is login your remote computer that you have access to with SSH then issue this 1 command

ssh -D 9999 -C me@ipaddress.com

The -D switch - Specifies a local “dynamic” application-level port forwarding. We are also adding the -C switch for compression.

Next we need to put the settings into Firefox.

Firefox> Edit> Preferences> Advanced tab> Network tab> Settings button.

Select Manual proxy configuration

SOCKS Host: localhost Port: 9999

SOCKS v5

No Proxy for: localhost, 127.0.0.1

Note: Sometimes localhost can cause a problem. If your settings are right and it still is not working replace localhost with 127.0.0.1.



Source from here

Ubuntu: Only Ubuntu

Proxy Firefox through a SSH tunnel "how to"

A guide to using an encrypted SSH connection to another computer as a proxy. It is easy to set up and highly effective.

Firefox: del.icio.us/tag/firefox

Tunneling Firefox traffic over SSH

setting up the ssh tunnel with firefox

Firefox: del.icio.us/tag/firefox

Remote Firefox over X/SSH

How to avoid firefox to create a new window of local firefox when you start in on another machine

Firefox: del.icio.us/tag/firefox

Shimmer - A Perl implementation of C3PO (Cryptographically and Constantly Changing Port Opening)

shimmer is a pair of small programs (a client and a server) that provide an alternative to port knocking program such as tumbler and are used to hide a valuable port (such as a hidden web server or SSH) on a public IP address.

Firefox: del.icio.us/tag/firefox

Shimmer - A Perl implementation of C3PO (Cryptographically and Constantly Changing Port Opening)

shimmer is a pair of small programs (a client and a server) that provide an alternative to port knocking program such as tumbler and are used to hide a valuable port (such as a hidden web server or SSH) on a public IP address.

open-source: del.icio.us tag/open-source

Page 1 | Next >>