ssh

  1. sidetone

    Solved Questions about ssh

    There is ssh_config and sshd_config in /etc/ssh/ to set ssh security. Are these two only needed for ssh root access? In other words I don't need them for a program such as firefox using ssh? Also, is it correct, if I'm not running a server I don't need sshd? About enabling protocol 2, an...
  2. J

    Solved Why does this simple pf.conf locks me out of ssh?

    Hi, I'm new to PF. I read the documentation very carefully and I can't understand why this simple pf.conf locks me out of ssh: tcp_egress_out="{53, 80, 443, 123}" block in all block out all pass in quick on lo0 pass out quick on lo0 pass in quick on egress inet proto tcp from any to (egress)...
  3. H

    How To: Execute Firefox in a jail using iocage and ssh/jailme

    Motivations The main reason to put a browser in a jail is quite simple : browsers cannot be trusted. They are too much exposed. Executing a browser inside a jail is a way to be sure that the damages induced by a malicious software are contained (as much as possible). I decided to write this...
  4. T

    Solved Single SSH Session

    Hi, I was wondering if anyone knows how to make SSH work so whenever I log out and log back in, SSH will load up the previous session that was running instead of re-creating a new one? Thanks!
Back
Top