ssh key Archives - Experiencing Technology https://blog.tinned-software.net/tag/ssh-key/ Tinned-Software Blog Tue, 30 Aug 2016 20:14:52 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.3 Manage SSH-keys with the SSH-agent https://blog.tinned-software.net/manage-ssh-keys-with-the-ssh-agent/ Mon, 08 Aug 2016 09:01:33 +0000 https://blog.tinned-software.net/?p=2176 Many webservices generate ssh keys to access their service. With the amount of services the number of SSH keys grows. To avoid dealing with the keys in the command line and the ssh_config(5), you can simply add the ssh-key to the … Continue reading

The post Manage SSH-keys with the SSH-agent appeared first on Experiencing Technology.

]]>
Generate public SSH key from private SSH key https://blog.tinned-software.net/generate-public-ssh-key-from-private-ssh-key/ Mon, 15 Feb 2016 18:32:20 +0000 http://blog.tinned-software.net/?p=1987 A lost SSH public-key or a web service generates an SSH key but does not provide the public-key part to you. What to do now? There is a solution for this situation. Continue reading

The post Generate public SSH key from private SSH key appeared first on Experiencing Technology.

]]>
Setup gitosis to manage git repositories https://blog.tinned-software.net/setup-gitosis-to-manage-git-repositories/ Thu, 22 Jan 2015 16:00:51 +0000 http://blog.tinned-software.net/?p=1385 With git you can have a repository on your client working independently and even not having any remote repository. But if you wane share your work with others, a remote repository will be needed. Such a remote repository can be easy set up. Continue reading

The post Setup gitosis to manage git repositories appeared first on Experiencing Technology.

]]>
SSH-Key authentication is not working – SELinux https://blog.tinned-software.net/ssh-key-authentication-is-not-working-selinux/ https://blog.tinned-software.net/ssh-key-authentication-is-not-working-selinux/#comments Mon, 05 Jan 2015 13:44:32 +0000 http://blog.tinned-software.net/?p=1414 When configuring SSH passwordless login with ssh-key the ssh-key generated and transfered to the server seems to not work when I try to login. Whay is the ssh-key authentication failing? Continue reading

The post SSH-Key authentication is not working – SELinux appeared first on Experiencing Technology.

]]>
https://blog.tinned-software.net/ssh-key-authentication-is-not-working-selinux/feed/ 1
Access SSH server without direct connection from the internet https://blog.tinned-software.net/access-ssh-server-without-direct-connection-from-the-internet/ https://blog.tinned-software.net/access-ssh-server-without-direct-connection-from-the-internet/#comments Sat, 17 May 2014 21:06:07 +0000 http://blog.tinned-software.net/?p=1495 When two servers are connected to each other but only one server has access to the internet, it is always uncomfortable to connect to the server without internet connection. Specially when files need to be copied to the server without direct internet connection. There is a way to make it more comfortable to connect via ssh. Continue reading

The post Access SSH server without direct connection from the internet appeared first on Experiencing Technology.

]]>
https://blog.tinned-software.net/access-ssh-server-without-direct-connection-from-the-internet/feed/ 1
Restrict SSH login using SSH keys to a particular IP address https://blog.tinned-software.net/restrict-ssh-logins-using-ssh-keys-to-a-particular-ip-address/ Tue, 18 Mar 2014 09:40:24 +0000 http://blog.tinned-software.net/?p=1328 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

The post Restrict SSH login using SSH keys to a particular IP address appeared first on Experiencing Technology.

]]>
SSH passwordless login with SSH-key https://blog.tinned-software.net/ssh-passwordless-login-with-ssh-key/ Fri, 05 Jul 2013 21:06:17 +0000 http://blog.tinned-software.net/?p=893 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

The post SSH passwordless login with SSH-key appeared first on Experiencing Technology.

]]>