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?
dear all:
Please ask a question
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! ! !
dear all:
Please ask a question
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.