Solving /usr/lib/Xorg.wrap: Only console users are allowed to run the X server
errors with tmux over SSH (1 mins read).
How to avoid Xorg errors when connecting to a Linux machine over SSH that tries to spawn startx
.
Solving /usr/lib/Xorg.wrap: Only console users are allowed to run the X server
errors with tmux over SSH (1 mins read).
How to avoid Xorg errors when connecting to a Linux machine over SSH that tries to spawn startx
.
Reading manuals is extremely helpful. I discovered the "accept-new" option for ssh strict host key checking and now I can delete my buggy code for manually populating known_hosts. ๐ Does exactly what it says. If the host key not in known_hosts, add it. Fail otherwise.Anton Medvedev (@antonmedv)Tue, 11 Jan 2022 19:04 GMT
Using Dynamically Generated Non-AWS Owned SSH Keys with Test Kitchen on EC2 (3 mins read).
How to set up kitchen-ec2 to use an SSH key that isn't available in AWS by amending the user-data
of the created EC2 instance.
The most under appreciated step of the Ubuntu installer
Maartje Eyskens ๐ท (@MaartjeME)Sat, 19 Sep 2020 08:04 +0000
An interesting approach - but I wonder why you'd implement like so (requiring SSH usage) instead of the Systems Manager's run-command
https://docs.aws.amazon.com/systems-manager/latest/userguide/walkthrough-cli.html ?
An interesting look at how using one key for everything (SSH to servers, SSH for git hosting, etc) can be a Bad Thingโข
This is a great writeup about how to harden your SSH setup using 2-factor authentication. Would really recommend it!
Sharing Multiple SSH Sessions over the Same Network Socket (3 mins read).
Reusing network sockets for speed and reduction of authentication handshakes with OpenSSH.
You're currently viewing page 1 of 1, of 19 posts.