From 0f42492cce7323b120c91d8baf7157c2575c1736 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Sun, 24 Mar 2024 16:52:47 +0000 Subject: [PATCH] Update ssh config --- .gitconfig | 2 ++ .ssh/config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index a925ce9..a255356 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,3 +12,5 @@ defaultBranch = master [alias] ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi" +[core] + autocrlf = input diff --git a/.ssh/config b/.ssh/config index f26efa6..c50acd0 100644 --- a/.ssh/config +++ b/.ssh/config @@ -2,6 +2,6 @@ Host nexbox HostName nexy7574.co.uk User nex -Host cloud +Host linode HostName cloud.nexy7574.co.uk User root