Blog |Follow Nick on Mastodon| About
 

Tag Archive: ssh


  • checking if python is running via ssh

    Sometimes it's nice when something is much easier than you expected. I have a few cobbled together python scripts for speeding things up, one in particular I have on my home pc which I wanted to work out if am I running it locally or if I have SSH ...

  • password-less ssh login to JunOS

    Juniper (JunOS) SRX's support ssh public key authentication.

    nick> show configuration system login | display set 
    set system login user nick uid 2001
    set system login user nick class super-user
    set system login user nick authentication ssh-rsa "PASTE_KEY"
    nick>
    

    No-one likes to type passwords!

  • DenyHosts - Protecting against SSH Brute Force Attacks

    If you look after a remote linux box, the chances are you use SSH, in order to connect to it you may even have to leave PORT 22 open to the whole Internet !

    There are some basic security steps that you can do to protect SSH, such as block the ...

Page 1 / 1

 
Nick Bettison ©