Categories
- Database (7)
- DNS (5)
- Encryption (8)
- Linux Administration (78)
- MacOSX (9)
- Mailserver (11)
- Monitoring (3)
- Multimedia (2)
- Photo (1)
- PHP (7)
- Rescue (4)
- Review (5)
- Security (37)
- Storage (1)
- Uncategorized (1)
- Version control system (16)
- Virtualisation (4)
- Web technologies (8)
- Wordpress (1)
Social Profiles
Facebook
Github
Twitter
Linkedin
Xing
Gravatar
Stackoverflow
Mastodon-
Tag Archives: authorized-keys
Restrict SSH login using SSH keys to a particular IP address
Because most passwords are quite short so you can remember them as well as it is annoying to type the password all the time, You might have already considered creating SSH-keys and configured the SSH passwordless login with SSH-key for your server. But how to secure the access with SSH-key? Continue reading
Posted in Linux Administration, Security
Tagged authorized-keys, CentOS, SSH, ssh key
Comments Off on Restrict SSH login using SSH keys to a particular IP address
Subversion via ssh using authorized_keys
When i used subversion in the past i created a separate user on the linux operating system. This user then got the right to login via ssh to use subversion. If you have one or two users to manage that is not a big deal. But when the amount of users is growing … Continue reading
Posted in Linux Administration, Security, Version control system
Tagged authorized-keys, SSH, Subversion, SVN
Comments Off on Subversion via ssh using authorized_keys
SSH passwordless login with SSH-key
Whenever you connect to a server via SSH you have to enter your password. If you have to connect often, it might start to be annoying to entering the password on every attempt to connect to the server. Isn’t there some easier way? Yes there is! I will show here how to set this up. Continue reading
Posted in Linux Administration, Security
Tagged authorized-keys, passwordless login, SSH, ssh key
Comments Off on SSH passwordless login with SSH-key