From a4bfe5a5c01302dbffd9659663c26868886d387c Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Sat, 17 May 2025 09:44:31 +0000 Subject: [PATCH] feat: use %h instead of hard coded paths in authorized_keys --- authorized_keys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorized_keys b/authorized_keys index 3a4afaf..c7ffc50 100644 --- a/authorized_keys +++ b/authorized_keys @@ -1 +1 @@ -command="/home/infilytics/ssh_router.sh pallav",no-port-forwarding,no-agent-forwarding,no-X11-forwarding ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0il/OJiXygyPWYBt05+OQYjJPxgGuP3kP9hLsD/C7x phoenix@sphinx +command="cd %h && ./local/bin/ssh_router.sh pallav",no-port-forwarding,no-agent-forwarding,no-X11-forwarding ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0il/OJiXygyPWYBt05+OQYjJPxgGuP3kP9hLsD/C7x phoenix@sphinx