Update ssh_shell
This commit is contained in:
parent
7399b93ebf
commit
bf5efce29c
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/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)"
|
TIME="$(TZ='Asia/Seoul' date +%Y-%m-%d_%H-%M)"
|
||||||
CLIENT_IP=$(echo $SSH_CLIENT | awk '{print $1}')
|
CLIENT_IP=$(echo $SSH_CLIENT | awk '{print $1}')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue