mirror of
https://github.com/byReqz/ssh-chat-docker.git
synced 2024-12-04 23:31:50 +00:00
adding launch parameter for admin keys
This commit is contained in:
parent
f04bfead20
commit
39de1ab23e
@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -f ssh_key ]; then
|
if [ -f ssh_key ]; then
|
||||||
/ssh-chat -i /ssh_key $@
|
/ssh-chat -i /ssh_key --admin=/admin_keys $@
|
||||||
else
|
else
|
||||||
echo "SSH Key not found at /ssh_key. Generating..."
|
echo "SSH Key not found at /ssh_key. Generating..."
|
||||||
ssh-keygen -t rsa -b 4096 -f /ssh_key -q -N ''
|
ssh-keygen -t rsa -b 4096 -f /ssh_key -q -N ''
|
||||||
/ssh-chat -i /ssh_key $@
|
/ssh-chat -i /ssh_key --admin /admin_keys $@
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user