mirror of
http://galexander.org/git/simplesshd.git
synced 2025-02-11 14:42:37 +00:00
minor doc touch-up
This commit is contained in:
parent
d5e3632326
commit
b16e201adc
@ -22,10 +22,10 @@ either cut and paste an SSH public key or "Fetch" one via HTTP.
|
|||||||
<li> On any computer which will connect to your Android device, set the
|
<li> On any computer which will connect to your Android device, set the
|
||||||
port to 2222. With OpenSSH, this can be done by putting these lines in
|
port to 2222. With OpenSSH, this can be done by putting these lines in
|
||||||
<tt>~/.ssh/config</tt>:
|
<tt>~/.ssh/config</tt>:
|
||||||
<pre>
|
<blockquote><pre>
|
||||||
Host myphone
|
Host myphone
|
||||||
Port 2222
|
Port 2222
|
||||||
</pre>
|
</pre></blockquote>
|
||||||
<li> Launch SimpleSSHD, and in Settings enable "Start on Boot", and
|
<li> Launch SimpleSSHD, and in Settings enable "Start on Boot", and
|
||||||
manually start it for the first time.
|
manually start it for the first time.
|
||||||
<li> You might want to put a <tt>.profile</tt> in <tt>/sdcard/ssh</tt>,
|
<li> You might want to put a <tt>.profile</tt> in <tt>/sdcard/ssh</tt>,
|
||||||
@ -62,10 +62,11 @@ SuperSU.</p>
|
|||||||
to <tt>/sdcard/ssh</tt>. This is where your ssh session starts out, and is
|
to <tt>/sdcard/ssh</tt>. This is where your ssh session starts out, and is
|
||||||
where <tt>.profile</tt> will be found if it is present.</p>
|
where <tt>.profile</tt> will be found if it is present.</p>
|
||||||
|
|
||||||
<p>There is also a place where you can put commandline options for
|
<p>There is also a place where you can put additional commandline options
|
||||||
dropbear server. The options which are hardcoded are: <tt>-R -F -p
|
for dropbear server. The options which are hardcoded are:
|
||||||
:portno</tt>. You can use <tt>\</tt> or <tt>"</tt> to escape characters
|
<tt>-R -F -p :portno</tt>.
|
||||||
in this commandline.</p>
|
You can use <tt>\</tt> or <tt>"</tt> to escape characters in this
|
||||||
|
commandline.</p>
|
||||||
|
|
||||||
<h2>Change Log</h2>
|
<h2>Change Log</h2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user