Bonjour,
je souhaiterai me connecter à une machine sous le port 22. Mais il y'a qlq chose qui m'empêche de me connecter à ce port.
Savez vous comment je peux faire pour que la machine puisse se connecter à ce port ?
Merci bcp!
Modérateur: modos Ixus
ps -ef | grep sshd
ssh mon_user@localhost
Jul 6 17:25:44 monhost sshd(pam_unix)[19559]: session opened for user gaston by (uid=500)
Jul 6 17:25:48 monhost sshd(pam_unix)[19559]: session closed for user gaston
Muzo a écrit: [MODE PLUS D'INFO CA SERAIT VACHEMENT BIEN]
POur aller sur le port 22, tu prends une barque de type 43 avec propulseur bionique.
3ième étoile en partant sur la gauche de la lune.
[/MODE PLUS D'INFO CA SERAIT VACHEMENT BIEN]
[root@localhost root]# ps -ef | grep ssh
root 1991 1 0 10:47 ? 00:00:00 /usr/sbin/sshd
root 2485 2422 0 10:47 ? 00:00:00 /usr/bin/ssh-agent /etc/X11/xinit/Xclients
root 2715 2655 0 10:50 pts/1 00:00:00 grep ssh
[root@localhost xinetd.d]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain RH-Firewall-1-INPUT (2 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere icmp any
ACCEPT ipv6-crypt-- anywhere anywhere
ACCEPT ipv6-auth-- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:smtp
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ftp
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
Retour vers Linux et BSD (forum généraliste)
Utilisateur(s) parcourant actuellement ce forum : Aucun utilisateur inscrit et 1 invité