Bunu ilk önce serverfault'a gönderdim. https://serverfault.com/questions/345471/fedora-16-ssh-over-the-internet-home-network-help-same-computer-ok
Sanırım ev bilgisayarımda ssh sunucularını kurduğumu düşünüyorum, fakat aynı ağdaki bir istemci bilgisayardan, internet üzerinden tek başına nasıl ssh yapılacağını bilmiyorum.
Aynı sunucudan yapabilirim: ssh user @ server
/ Etc / hosts dosyasına eklemiş olduğum statik 192.168.1.100 statik bir ipi var. Ve her şey yolunda.
Bunu aynı ağdaki istemciden yaparsam, "ping host" yapabilirim ama ssh yapamam. Sadece "ssh server" yazdığımda takılıp kalıyor.
Ayrıca internet üzerinden nasıl bağlanabilirim? Dinamik IP için bir "name@dyndns.org" kurulumum var ancak buna nasıl gireceğimi bilemedim ve sonra 192.168.1.100 bilgisayarına yönlendirildim.
Düzenleme: Araştırdığım şeyler zaten yazılmıştır (sshd servisini başlatmak, / etc / hosts, ping). Ne aramam gerektiğinden emin olmadığım için google'da daha fazla bilgi bulamadım.
Edit2: Bu "ssh -vvv sunucusu" istemcisinin çıktısıdır.
OpenSSH_5.6p1, OpenSSL 1.0.0e-fips 6 Sep 2011
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to host [192.168.1.100] port 22.
debug1: Connection established.
debug3: Not a RSA1 key file /home/user/.ssh/id_rsa.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-----END'
debug3: key_read: missing keytype
debug1: identity file /home/user/.ssh/id_rsa type 1
debug1: identity file /home/user/.ssh/id_rsa-cert type -1
debug1: identity file /home/user/.ssh/id_dsa type -1
debug1: identity file /home/user/.ssh/id_dsa-cert type -1
ssh -vvv host
Çıktınızı çalıştırın ve kopyalayıp yapıştırın.