Tunnel remote port 8383 to become available as localhost:5433
ssh -L 5433:localhost:8383 some-user@some-server |
Tunnel remote port 8383 to become available as localhost:5433
ssh -L 5433:localhost:8383 some-user@some-server |
Check ssh key RSA fingerprint:
$ ssh-keygen -l -f /home/myusername/.ssh/id_rsa.pub 7b:e5:6f:a7:xx:xx:xx:xx:xx:xx:xx:xx:8b:57:xx:xx /home/myusername/.ssh/id_rsa.pub (RSA) |
Run Ettercap without disabling kernel forward (/proc/sys/net/ipv4/ip_forward
)
gksu "/usr/sbin/ettercap --gtk --unoffensive"
GTK display can also transported from remote host
Ask GDebi to install the .deb
/usr/bin/python /usr/bin/gdebi-gtk virtualbox-3.1_3.1.6-59338_Ubuntu_jaunty_amd64.deb
For ssh-server and client there exists SUNWsshcu, SUNWsshdr, SUNWsshdu, and SUNWsshr. So we can install them instead of OpenSSH. But there is bug that will show UTF-8 error, so we need to install also SUNWuiu8 for iconv
as workaround.