7 ms·
Moreover, SSH has stopped working, too. But, finally I found a way to circumvent it. A simple twist in the client side, could simply bypass the filtering. I wr
by sepent 15y ago
Moreover, SSH has stopped working, too. But, finally I found a way to circumvent it. A simple twist in the client side, could simply bypass the filtering.
I wrote a simple script to do this, and I would like to share it with all of my countrymen:
https://launchpad.net/~mohammad-sepent/+archive/ppa/+packages https://launchpad.net/~mohammad-sepent/+archive/ppa/+package...
To use it, just replace ssh command with issh like this:
issh user@hostname [other-ssh-options]
- j_s 15y agoWhere is the link to the required changes? Binaries = scary. Also, an SSL link doesn't seem useful?
- kiloaper 15y agoI took a look at it. It's not a binary. It's a python file (easily readable) that acts as a wrapper for ssh. Extract the contents of the tar.gz[1] for example to see it. It's great if it works because it apparently doesn't need changes to the remote ssh server. [1] https://launchpad.net/~mohammad-sepent/+archive/ppa/+files/issh_0.0.1.tar.gz https://launchpad.net/~mohammad-sepent/+archive/ppa/+files/i... Edit: Non SSL link: http://ppa.launchpad.net/mohammad-sepent/ppa/ubuntu/pool/main/i/issh/ http://ppa.launchpad.net/mohammad-sepent/ppa/ubuntu/pool/mai...
- j_s 15y agoThanks for digging into this.
- sepent 15y agoTo install it under ubuntu: sudo add-apt-repository ppa:mohammad-sepent/ppa sudo apt-get update sudo apt-get install issh For other distros you can grab the .deb or the source package from the given link.
- pooriaazimi 15y agoIronically, I can't access your script (it's https!). I'd be thankful if you could just copy/paste it here.
- BCM43 15y agohttp://paste.debian.net/155833/ http://paste.debian.net/155833/
- pooriaazimi 15y agothanks.