4 lines
109 B
Bash
4 lines
109 B
Bash
sshpass -p "$SERVER_PASSWORD" \
|
|
ssh -t $SERVER_USER@$SERVER_HOST \
|
|
"cd $SERVER_PATH && exec \$SHELL"
|