11 lines
268 B
Bash
Executable File
11 lines
268 B
Bash
Executable File
#!/bin/bash
|
|
|
|
key=$(cat /dev/urandom | tr -dc a-zA-Z0-9 | fold -w 32 | head -n 1);
|
|
address=$1
|
|
port=$2
|
|
user_ru="support@ispsystem.ru";
|
|
user_com="support@ispsystem.com";
|
|
is_admin=1;
|
|
user_acl="";
|
|
echo $key $user_ru $user_com $is_admin
|
|
username="s.gudaev@ssh.ispsystem.net" |