From 6a46184bbf4b16e2b401f6463f855648d0a5cd1d Mon Sep 17 00:00:00 2001 From: the1Riddle Date: Mon, 4 Dec 2023 22:50:13 +0300 Subject: [PATCH] Client configuration file --- 0x0B-ssh/2-ssh_config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 0x0B-ssh/2-ssh_config diff --git a/0x0B-ssh/2-ssh_config b/0x0B-ssh/2-ssh_config new file mode 100644 index 0000000..c083a27 --- /dev/null +++ b/0x0B-ssh/2-ssh_config @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +Host 54.88.12.218 +IdentityFile ~/.ssh/school +PasswordAuthentication no