Chris Reeves' Blog
  • Home
  • Solar Dashboard
  • Chris Reeves Contact Details

Posts Tagged: login

How to set email alerting for SSH logins

Posted February 18th, 2014 by Chris & filed under Linux & Unix.

As part of your security auditing, especially if the server is exposed to the internet, you should have an email configured to be sent to you in the event a user shells into the server. This will give you a clear indication the server has been compromised if you are not expecting a login event…. Read more »

Tags: .bashrc, alert, email, exim4, log, login, logins, shell, smarthost, ssh

Protect SSH logins with SSH and MOTD Banner Messages

Posted January 21st, 2014 by Chris & filed under Linux & Unix.

To display welcome or warning messages for SSH users before login. 1. Make a backup of /etc/ssh/sshd_config cp /etc/ssh/sshd_config /etc/ssh/sshd_config.old 2. Edit /etc/ssh/sshd_config vi /etc/ssh/sshd_config 3.  Enable /etc/issue by changing line #Banner /etc/issue.net to the following: Banner /etc/issue.net 4. Edit /etc/banner and enter the text you wish to appear vi /etc/issue 5. Reload SSH daemon… Read more »

Tags: banner, issue.net, linux, login, messages, motd, ssh

Create Cisco Login Banner

Posted January 9th, 2014 by Chris & filed under Cisco.

Create Cisco Login Banner Having a login banner can be very useful for a variety of reasons, you can warn people not to log in unless authorised, give a legal disclaimer or even welcome people (not recommended). The following commands will allow you to input your own banner text (by using a “&”) and will… Read more »

Tags: banner, cisco, login

Login VB Script to Map Network Shares by Active Directory Group

Posted September 5th, 2013 by Chris & filed under Active Directory.

There are a few different ways to map drives when a user logs in, if you already have a log in script you can simply copy parts of the following code into the script to be able to map drives. This is a very simple script, when it comes to login scripts, the less complex… Read more »

Tags: active directory, groups, login, script, vb

May 2022
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Aug    

Tags

active directory ansible apache api attack block change cisco citrix configure Debian disable disk email esx esxi guide hardening host how to iis install keys linux login microsoft mysql password physical postfix putty reference reset root router script security shell ssh ubuntu vmware vsphere wordpress xenapp yaml

Archives

  • August 2020
  • July 2020
  • June 2020
  • March 2020
  • February 2019
  • November 2018
  • October 2018
  • August 2018
  • June 2018
  • April 2018
  • March 2018
  • November 2017
  • October 2016
  • August 2016
  • December 2015
  • November 2015
  • August 2015
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • March 2013

Categories

  • Active Directory (2)
  • Amazon Web Services (2)
  • Android (1)
  • Ansible (3)
  • Apache (4)
  • Atlassian (1)
  • Bind9 (1)
  • Cisco (12)
  • Citrix (3)
  • Elasticsearch (1)
  • Fail2ban (1)
  • Fusion (1)
  • Grafana (1)
  • Hardening (8)
  • HP Microserver N40L (1)
  • Licensing (1)
  • Linux & Unix (48)
  • MacOS X (2)
  • MediaWiki (1)
  • Microsoft (8)
  • mySQL (1)
  • Nagios (1)
  • Networking (3)
  • Observium (1)
  • Openfiler (2)
  • Penetration Testing (10)
  • phpLDAPadmin (1)
  • Piwik (1)
  • Postfix (4)
  • Powershell (2)
  • ProFTPd (1)
  • Programming & Development (1)
  • Security (1)
  • Splunk (2)
  • SQL (1)
  • SSL (1)
  • Steganography (2)
  • Training and Development (1)
  • Varnish (1)
  • Virtualisation (1)
  • VMware ESX (14)
  • Windows 7 (1)
  • Wordpress (5)
  • XenApp (3)

Copyright 2013 - 2019 / Chris Reeves