私のAndroidデバイスから<コード> 998877666544330 にSSHできます。?
私のAndroidデバイスから<コード> 998877666544330 にSSHできます。?
Can I ssh into a linux Server
from my android device.?
はい、あなたのAndroidデバイスからSSHプロトコルを使用してLinuxサーバーにアクセスできます。これを行うにはアプリやSSHバイナリが必要です。私のロリポップはadbまたは端末エミュレータ。デフォルトの使用状況パラメータはデスクトップと同じです。デバイスにバイナリがある場合は、 99887766544330
と入力して、より多くのパラメータを見ることができます。
あなたが一つ持つようなように思われないのであれば、心配はありません。 juicessh または serverauditor または端末IDE 。私は最初の2つのアプリでこの回答とインターフェースを使うのを簡単にしています(気づく場合)。 LinuxのSSHの。頑張って!
Yes, you can access a Linux server using SSH protocol from your Android device. You'll need an app or SSH binary to do this. My Lollipop seems to have in-built SSH so I can always use it using ADB or through Terminal Emulator. The default usage parameters are same as in the desktop. You can see more parameters by typing ssh
if your device has the binary.
If you don't seem to have one, then no worries. You can use an app like JuiceSSH or Serverauditor or Terminal IDE. I've covered first two apps in this answer and the interface makes it straightforward to use (if you're aware of SSH on Linux). Good Luck!
はい、できます。ただたくさんの解決策があり、アプリマーケットまたは f-droid 。
Yes, you can. There are plenty solutions, just look for SSH client on app market or on F-Droid.
はい、最も簡単なオプションは、サードパーティのアプリを入手してそれを使用することです。 ただし、ターミナルタイプのインタフェース「ネイティブ」からやりたい場合は、必ずしも非常にシンプルではありません。 あなたは最初にターミナルエミュレータのようなアプリを必要とするでしょう。いくつかのカスタムROMにはSSHバイナリが含まれているため、 9988776665544331
と入力することができ、すべて問題が発生します。 ROMにSSHがない場合は、もっと複雑になり、根付いたデバイスが必要になります。
デバイスまたは同様のデバイスに<コード> 99887766544332 コンパイル済みバイナリを見つけることができるかもしれません。ただし、DROPBEAR BINARY Iは特定の新しい暗号化プロトコルを欠いているように見え、いくつかのSSHにログインできませんでした。サーバー側の設定を変更せずにサーバー。 SSH-Keygenも私が言うことができる限りも提供されていませんでした。
次の代替案は、あなたのAndroid版のコンパイル済みバイナリを見つけてから、バイナリ(<コード> 998877666555444334 )を<コード> 99887766544335 にコピーすることです。 <コード> /system/lib にライブラリファイル(<コード> libssh.so )を変更して権限を変更します。 私は4.4.4デバイスで4.3コンパイルされたバイナリを見つけて使用することができました。
Yes you can, the simplest option is to get a 3rd party app and use that. However if you want to do it from a terminal-type interface "natively" then it is not always quite so simple. You will first need an app like Terminal Emulator. Some custom ROMs include the ssh binaries so you can just type ssh youruser@yourserver
and all will be fine. If your ROM does not have ssh then it is a lot more complex, and you will need a rooted device.
You might be able to find a dropbear-ssh
compiled binary for your device or a similar device - however the dropbear binary I found seemed to be lacking certain newer encryption protocols and I could not log into some ssh servers without changing server-side settings. SSH-keygen was also not provided as far as I could tell.
The next alternative is to find compiled binaries for your android version and then copy the binaries (ssh
and ssh-keygen
) into /system/xbin
and the library file (libssh.so
) into /system/lib
and change the permissions. In my case I managed to find and use a 4.3 compiled binary in a 4.4.4 device.
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有