Works piping through ssh.sh now. Niiiice.
This commit is contained in:
parent
1eb2cd9c5c
commit
fb46dffdaf
@ -522,8 +522,8 @@ void service_runner::interactive_ssh_service()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string command = "/bin/bash -c 'docker exec -it " + m_service_info.service_name + " /bin/bash'";
|
std::string command = construct_standard_command_run_cmd("ssh");
|
||||||
interactive_ssh(m_server_name, command);
|
interactive_ssh(m_server_name, "/bin/bash -c '"+command+"'");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user