search for: reynierp

Displaying 3 results from an estimated 3 matches for "reynierp".

Did you mean: reynierpm
2016 Aug 04
3
Can't connect trough SSH to a new fresh CentOS 7 minimal server
...ent) *systemctl stop firewalld* => this one for stop the service I have set SELinux to be permissive. SSH is up and running as the output from: *service sshd status* But I can't connect trough SSH, I am missing something? Thanks in advance *Reynier Perez Mira* Phone: (786) 5807572 EMail: reynierpm at gmail.com [image: Facebook] <https://facebook.com/ReynierPM> [image: Github] <https://github.com/reypm> [image: Google+] <https://plus.google.com/u/0/+ReynierP%C3%A9rezMira> [image: Twitter] <https://twitter.com/reypm> [image: LinkedIn] <https://www.linkedin.com/in/r...
2016 Aug 05
4
Enable all permissions for root in Samba ...
...31 Aug 4 19:00 . drwxr-xr-x. 20 root root 4096 Aug 4 20:02 .. drwxr-xr-x. 2 root root 6 Jul 18 11:30 cgi-bin drwxrwsr-x. 2 apache root 22 Jun 30 05:05 html Why I can't access to /var/html? What I am doing wrong? Thanks in advance *Reynier Perez Mira* Phone: (786) 5807572 EMail: reynierpm at gmail.com [image: Facebook] <https://facebook.com/ReynierPM> [image: Github] <https://github.com/reypm> [image: Google+] <https://plus.google.com/u/0/+ReynierP%C3%A9rezMira> [image: Twitter] <https://twitter.com/reypm> [image: LinkedIn] <https://www.linkedin.com/in/r...
2016 Aug 04
0
Can't connect trough SSH to a new fresh CentOS 7 minimal server
...1. Verify ssh is listening: netstat -antp | grep :22 | grep -i listen 2. Verify you can ssh locally: ssh localhost 3. Try to telnet to ssh port: telnet <ipaddr> 22 4. run nmap against the ipaddress to verify port 22 is seen. Hope this helps. Regards, Monty On 08/04/2016 06:36 PM, reynierpm at gmail.com wrote: > I have installed a new CentOS 7 minimal virtual machine in Vmware > Workstation. I have disabled the firewall by running: > > *systemctl disable firewalld* => this one for disable it permanently (I > don't need it since it's a VM for development) &gt...