Terminal üzerinden sunucuma SSH gönderemiyorum. Şimdiye kadar denedim:
ssh root@ip-address
ve ssh username@ip-address
ama ikisi de işe yaramadı. Bir süre boş ekran alıyorum ve sonunda
Operasyon zaman aşımına uğradı
Ayrıca farklı bir İnternet Servis Sağlayıcısı ile farklı bir yere geçmeyi de denedim, bu yüzden sorunun bir güvenlik duvarı olmadığından eminim.
FTP ile giriş yapabilirim.
Bu ne elde ediyorum:
$ ssh hosting-account-username@ip-address
ssh: connect to host ip-address port 22: Operation timed out
Bunu da sonuçsuz denedim:
$ nc ip-address 22
Adresi attım:
$ ping ip-address
64 bytes from ip-address icmp_seq=143 ttl=45 time=44.543 ms
64 bytes from ip-address icmp_seq=143 ttl=45 time=43.686 ms
64 bytes from ip-address icmp_seq=143 ttl=45 time=46.501 ms
-- and so on
Hosting şirketim bana SSH'ye sahip olduğumu söyledi ancak 2222 numaralı limanda (22 yerine) paylaşılan bir hosting hesabım var ve şunu denedim:
$ nc ip-address -p [2222]
nc: missing hostname and port
usage: nc [-46AacCDdEFhklMnOortUuvz] [-K tc] [-b boundif] [-i interval]
[-p source_port] [--apple-delegate-pid pid] [--apple-delegate-uuid uuid]
[-s source_ip_address] [-w timeout] [-X proxy_version]
[-x proxy_address[:port]] [hostname] [port[s]]
$ ssh username@ip-address:2222
ssh: Could not resolve hostname ip-address:2222: nodename nor servname provided, or not known
Başka ne denenebilir emin değilim.
/etc/ssh/sshd_config
çizgiler olup olmadığını görebilir ve görebilirsiniz . #
ssh
, ama benim -p [port]
seçeneğim var, bu yüzden ekleme -p 2222
sorunu çözebilir. Veyassh user@address:port