ubuntu olana kurdum ssh bağlanmayıda denedim bağlanıyor fakat panel dosyalarındada ayarladım ama bu seferde yüklenme yerinde takılmıyor direk ssh2 sunucusuna bağlanamadı diyor size ulaşabilcem bi adres varmı konuşsak halletsek şu işi
Kod:
public function Connect($host,$port = 22) {
if($host == "") return false;
$host = gethostbyname($host);
if( $this->socket = @ssh2_connect($host,$port) ) {
return true;
} else {
$this->error = 'Error #01: Server not found!';
return false;
}
}
public function ConnectwAuth($host,$port = 22,$user,$pass) {
if($host == "" || $user == "" || $pass == "") return false;
if( $this->Connect($host,$port) ) {
if(@ssh2_auth_password($this->socket,$user,$pass)) {
return true;
} else {
$this->error = 'Error #02: Autentication rejected by server!';
return false;
}
}
$this->error = 'Error #01: Server not found!';
return false;
}
buralara ssh ayarları yapılmıyormu ? ubuntu root port fln