Skip to content

Commit

Permalink
Make my life easy
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Apr 7, 2022
1 parent 32d7f8f commit 0463289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TerminalApp/iOSTerminal/UIKitSshTerminalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class SshTerminalView: TerminalView, TerminalViewDelegate {

authenticationChallenge = .byPassword(username: "miguel", password: try String (contentsOfFile: "/Users/miguel/password"))
shell = try? SSHShell(sshLibrary: Libssh2.self,
host: "192.168.86.220",
host: "10.10.11.195",
port: 22,
environment: [Environment(name: "LANG", variable: "en_US.UTF-8")],
terminal: "xterm-256color")
Expand Down

0 comments on commit 0463289

Please sign in to comment.