strict checking?
This commit is contained in:
@@ -24,6 +24,7 @@ class ProvisionServer implements ShouldQueue, ShouldBeEncrypted
|
||||
public function handle(): void
|
||||
{
|
||||
$ssh = Ssh::create('root', $this->server->ipv4 ?? $this->server->ipv6)
|
||||
->disableStrictHostKeyChecking()
|
||||
->usePassword($this->rootPassword)
|
||||
->setTimeout(10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user