From bf5efce29c0da9484395d8b421fa7f6e8c18ce0a Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 1 Dec 2023 16:00:48 +0900 Subject: [PATCH] Update ssh_shell --- scripts/ssh_shell | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ssh_shell b/scripts/ssh_shell index 49e3c38..6ca4212 100644 --- a/scripts/ssh_shell +++ b/scripts/ssh_shell @@ -1,5 +1,7 @@ #!/bin/bash # +# no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty,command="~/ssh_shell +# TIME="$(TZ='Asia/Seoul' date +%Y-%m-%d_%H-%M)" CLIENT_IP=$(echo $SSH_CLIENT | awk '{print $1}')