|
|
-
1.
Cisco AAA (TACACS) configuration on: IOS/NXOS/XR
-
(tomz.pl)
-
... use-vrf management
!
ip access-list VTY_ALLOWED_HOSTS_IN
10 remark Access SSH from MY COMPUTER
20 permit tcp 192.168.1.100/32 any eq 22
!
aaa authentication login default group TACACS_SERVERS ...
-
Created on 03 February 2016
-
2.
HP 6125XLG Line (SSH/AUX etc.) authentication
-
(Networking)
-
... SSH/CONSOLE/AUX lines.
First I've started with creating ACL to limit hosts allowed to login via SSH.
acl number 3000
description "SSH ACL"
rule 10 permit ip source 10.193.10.0 0.0.0.255
...
-
Created on 03 February 2016
-
3.
Configuring netbsd (sparc) appliance for IOU
-
(Cisco)
-
... motd.
postfix/postfix-script: starting the Postfix mail system
Starting inetd.
Starting cron.
Wed Feb 4 16:04:14 AST 2015
NetBSD/sparc (iou-net) (console)
Last login: Sun Nov 2 05:21:17 2014 ...
-
Created on 15 October 2014
-
4.
LXC Login issue via serial
-
(LXC)
-
If you are using opensuse 13.1 as the LXC guest you probably will meet the issue with login to it via virsh console. But its only when you are running the geust via libvirt. I had no issue with login ...
-
Created on 04 April 2014
-
5.
Unlocking screensaver for Cinnamon, login failed...
-
(Security)
-
... but it's not the solution....
The error after typing the correct password was:
2014-03-30T13:02:54.146758+02:00 sco passwd[5171]: gkr-pam: couldn't update the login keyring password: ...
-
Created on 30 March 2014
-
6.
How to enable power button under GDM
-
(Security)
-
... action even for gdm user.
I've tried many options with acpid including (powerbtn.sh) but with no results. So I've decied to switch to systemd native powerbutton support.
cat /etc/systemd/logind.conf
# ...
-
Created on 14 February 2014
-
7.
Use suspend-freeze with hibernation instead of suspend-to-ram
-
(Security)
-
... But it seems there is an workaround.
Configure systemd to use suspend-freeze
vi /etc/systemd/sleep.conf
[Sleep]
SuspendMode=freeze
Define idle time after going to suspend
vi /etc/systemd/logind.conf
[Login]
IdleAction=suspend
IdleActionSec=10min
In ...
-
Created on 14 February 2014
|
|
|