0

having trouble with ssh to lightsail

sideshowtom 6 years ago in iPad 0

Trying to ssh to my amazon lightsail instance without success.  The error I'm getting is


"ERROR: Public key authentication failed: Unable to extract public key from private key file: Wrong passphrase or invalid/unrecognized private key file formatERROR: Failed to authenticate - methods: (publickey)"


But there is no passphrase.  It seems to find the private key file I downloaded from the lightsail instance because it doesn't get as far without it being in ssh/id_rsa.  I've also tried naming it ssh/private.pem.

Any help is appreciated :)

0
Under review

Redirect URLs starting with "/" to the project folder

John 6 years ago in iPad updated 6 years ago 3

Modify the server (perhaps via a checkbox) so that when previewing HTML code with root references they reflect in the project folder.

For example:

<head>
    <script src="/script.js"></script>

</head>

would have "/script.js" redirected to "localhost/XYZ/Root project folder/script.js" via a 302 request, and maybe an option to toggle this?


You can use the "Referer" request header to assosiate the request to a project, and then alter the URL accordingly.


In your past comments on the issue you added to 'just use <script src="script.js"></script> instead' which doesn't work when you have a nested file structure such as:

Project Root

 -> script.js

 -> index.html

 -> Nested Folder

 ----> page_1.html

-> Images

 ----> image_1.png 


And you want page_1.html to access images or scripts from the root. (i.e. an image with the path "/Images/image_1.png" is the correct way of doing this).

The current behaviour (of not redirecting) makes serious "nested folder" (as in the majority of websites) web development near-impossible on the editor, as you can't locally test.



To confirm the steps for a fix:

  1. Request is made for a URL
  2. Check to see if the file exists at the request location, if it does serve the file and continue
  3. If the request is not valid (would 404), check to see if the request path starts with "/"
  4. If it does start with "/", use the "Referer" header to find the root directory of the project
  5. Serve a 302 redirect to the root directory of the project + request path

0

Hope to support “open call hierarchy”

80473523 6 years ago 0
0

Syntax highlighting

christof mrosek 6 years ago in iPad 0

Hi,

I use textastic beside other purposes also to code VHDL. Here I recognized some irritating highlighted parts of variables and also showing syntax errors.


I want ask if this unwanted features are already known and if there will be an update to correct this misbehaviour. 

0
Not a bug

App crashes

benjamin hiebler 6 years ago in iPad updated by Alexander Blach (Developer) 6 years ago 7

When i want to start the App ist crashes

0
Fixed

Textastic bug

wulin shen 6 years ago in iPhone updated by Alexander Blach (Developer) 6 years ago 5
Youtube video

Sometimes clicking or double clicking will jump to the first line. 


0
Under review

Hope to support connecting to SFTP Folders like Koder Code Edit

mr uniontake 6 years ago updated by Alexander Blach (Developer) 6 years ago 1
0
Under review

"Failed to require the PTY package" while connecting to SFTP

Francesco 6 years ago in iPad updated by Alexander Blach (Developer) 6 years ago 1

I'm trying to connect to an SFTP server with my public key set-up, but it's not working. I keep getting:

ERROR: Failure while requesting PTY: Failed to require the PTY package

Does anyone know what PTY is? I've been looking everywhere and I don't understand this. It happens only on Textastic, not on my Ubuntu terminal (with the same exact settings).

0
Under review

Two-Finger swipe (left / right) = undo / redo

VILLMER 6 years ago updated by Alexander Blach (Developer) 6 years ago 1

Two-Finger swipe (left / right) = undo / redo

0

Two more things...

VILLMER 6 years ago 0

1. Add a “Clear Search” or “Auto Clear Search” option to automatically clear search area when selected
2. Automatically close the keyboard when the “more” icon (3 dots) is pressed