Can you identify the hostname of machine where a webpage is hosted? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question At my company, there is an internal cgi script that I regularly use. Is there any way I can identify the hostname of … Read more

How to enable ssh access without public/private keys [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I want to access my server via terminal like this: ssh username@host.com Password: (enters password) … I have access to cpanel for this … Read more

how to execute ssh command in line [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question i know how can ssh to server as $ ssh <user>@<domain> then second the command prompt ask for password as <user>@<domain>’s password : … Read more

Should I use SSL on SSH [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I am trying to setup a web server in Linux (Debian). I have modified the IP tables to provide access only SSH and … Read more

`# ssh myuser@myhost` = Permission Denied but `su myuser` THEN `$ ssh myhost` works.. why?

Consider the following commands. How can this happen? [root@mylocal ~]# ssh myuser@myhost Permission denied (publickey,gssapi-keyex,gssapi-with-mic). [root@mylocal ~]# su myuser [myuser@mylocal ~]$ ssh myhost Welcome Last login: Sat Oct 20 16:28:48 2018 from mylocal [myuser@myhost~]$ please advise how to cure it so that I can do as root, [root@mylocal ~]# ssh myuser@myhost Welcome Last login: Sat … Read more

SSH via DHCP server [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. I have a DHCP server setup and I … Read more

Disable ssh auth by keys

Usually all disable ssh login with password only. I’m asking about reverse situation. Does sshd_config allow to disable authentication with keys only? Answer http://www.manpagez.com/man/5/sshd_config/ PubkeyAuthentication Specifies whether public key authentication is allowed. The default is “yes”. Note that this option applies to protocol version 2 only. AttributionSource : Link , Question Author : Rob , … Read more

how do I kill these from ssh? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. root 813251 813235 0 Feb02 ? 00:00:00 /bin/sh … Read more