Home  >  Article  >  Backend Development  >  I would like to ask if the mismatch prompt after Ubuntu/ssh installation is completed may be due to 64bit and 32bit?

I would like to ask if the mismatch prompt after Ubuntu/ssh installation is completed may be due to 64bit and 32bit?

WBOY
WBOYOriginal
2016-08-23 09:17:491017browse

dear all:

Please ask a questionI would like to ask if the mismatch prompt after Ubuntu/ssh installation is completed may be due to 64bit and 32bit?

Is this because my Ubuntu is 64bit and ssh/sshd is 32bit? Then I would like to ask how to upgrade ssh/sshd?

This has been bothering me for a week.

Thank you so much! ! !

Reply content:

dear all:

Please ask a questionI would like to ask if the mismatch prompt after Ubuntu/ssh installation is completed may be due to 64bit and 32bit?

Is this because my Ubuntu is 64bit and ssh/sshd is 32bit? Then I would like to ask how to upgrade ssh/sshd?

This has been bothering me for a week.

Thank you so much! ! !

Of course not.

Please use the ssh command, or putty, or any ssh client of your choice. Don’t use a web browser because it’s not a web page…

Also, what does this problem have to do with PHP?

Ssh itself is a protocol and needs to be accessed using the ssh protocol. What you access in the browser is the http or https protocol.

ssh username@IP -p port
After pressing enter, enter the password to log in to the server.

This has nothing to do with PHP. PHP requires PHP environment support and does not require ssh support.
PHP cannot run, check apache or nginx and PHP.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn