Koushik M L N
fe871d6188
Imports Fixed in index.html
6 years ago
Koushik M L N
2b6bc6a7cc
Docker Fix and Code Clean Up
6 years ago
Koushik M L N
31ed9029d4
Auto Login Logic Fix
6 years ago
Koushik M L N
247a59f785
Bug Fix
6 years ago
Koushik M L N
a58b38da70
Updated README.md
6 years ago
Koushik M L N
ca94413359
Rebase Master
6 years ago
Koushik M L N
d7948f352e
Shifted Hterm.js to wetty file - Revert
7 years ago
Koushik M L N
8d2a02aa45
Shifted Hterm.js to wetty file
7 years ago
Koushik M L N
9815a4a792
Updated Hterm Dependency and Minified File
7 years ago
Koushik M L N
f2f4de0c03
Modified ReadMe.md
7 years ago
Koushik M L N
4a97763220
Modified ReadMe.md
7 years ago
Koushik M L N
708a41e66f
Modified ReadMe.md
7 years ago
Koushik M L N
89e09f5e77
Removed Username on Non Root Account
7 years ago
Koushik M L N
23dc0c18e8
Bug Fixes and Username Input on Non Root Account
7 years ago
Koushik M L N
a4f4db8594
Added Functionality to Autologin with Username and Password
7 years ago
Oleg Kurapov
f606ca98b3
Use SSH wrapper only if no username is known otherwise ( #137 )
7 years ago
Oleg Kurapov
07d87bdb04
Use multistage Dockerfile to cut down image size ( #140 )
7 years ago
Bertrand Roussel
9995358752
Provide SSH key option to specify client private key
This is to make it possible for admins to enable password-less
auth at the expense of security.
In that situation:
Server <=> Wetty <=> Client
- Link between Wetty and the SSH Server is secured by SSH.
- Wetty knows a private key to connect to the SSH Server, using an SSH
User.
- Client only needs to know how to access Wetty to run commands
on the SSH Host.
- Client would not be able to retrieve the private key from Wetty to
login directly to the SSH Server.
This basically means that anything that reaches Wetty needs to be
trusted as it would be able to execute commands on the remote SSH server,
so admins should be really careful when using that feature.
7 years ago
Oleg Kurapov
c35b159846
Dockerfile slimming ( #139 )
* Use node instead of yarn in Dockerfile. Closes #134
* Don't install SSHD in container
7 years ago
Oleg Kurapov
6d80e3895d
Extra params handling in SSH wrapper. Closes krishnasrinivas/wetty#130
7 years ago
Oleg Kurapov
f0edc7fae0
Fix typo in SSH port envvar. Closes krishnasrinivas/wetty#129
7 years ago
Cian Butler
e6cf9589e5
Merge pull request #98 from tnguyen14/master
update README to use npm binary
7 years ago
Cian Butler
cedc65cb97
Merge branch 'master' into master
7 years ago
Cian Butler
9efd7f606d
Merge pull request #123 from butlerx/enhanchment/upstream
Merge in changes from active fork
7 years ago
cbutler
581ef86449
update pty to maintained version
7 years ago
cbutler
3054c5a5b7
update pachake.json for merge back to upstream
7 years ago
butlerx
b8f16a44e1
v0.5.1
7 years ago
butlerx
4209f0e5f4
add npmignore
7 years ago
mirtouf
4a004a7d25
Update of README.md with apache snippet and removal of app.js ( #25 )
* Added Apache configuration for proxifying wetty.
* Typo fix for Apache configuration.
* Updated procedure for starting wetty (use of bin/index.js instead of app.js)
8 years ago
butlerx
272c38b2f8
use mjs for module files
8 years ago
butlerx
d20fd586cb
v0.5.0
8 years ago
butlerx
222be6529c
revert async code
8 years ago
butlerx
74fc4bfe9c
update hterm
8 years ago
butlerx
c9879818d0
use /usr/bin/env
8 years ago
butlerx
2594f916c5
v0.4.2
8 years ago
nosemeocurrenada
8d4fd327ac
Fix installation from npm ( #23 )
* Moved the command,args choice to a function
+ Add files to the package.json
* Using js export
* fix on package.json
8 years ago
butlerx
75e00be4cf
remove second cursor
8 years ago
butlerx
5d96f40490
add ip of client to host login
8 years ago
butlerx
a9a1aa1690
write ssh wrapper in shell
8 years ago
butlerx
d51926585f
update version
8 years ago
butlerx
25b5551a46
remove unneeded cleanup script
8 years ago
butlerx
9cad6f8723
use esm modules
8 years ago
butlerx
5aeaa644d9
use airbnb for linting
8 years ago
butlerx
370834b6f0
preserve lts support
8 years ago
butlerx
22671d5324
add FAQ
8 years ago
Cian Butler
d3e1406e00
add babel for backwards compatibility in hterm ( #15 )
* add babel for backwards compatible
* wrong pre-commit
* wrong pre-commit
* fix code-climate errors
* fix utf error
* re add mobile support
* use classes
* testing
* move #!
8 years ago
nosemeocurrenada
27e197bce3
Modularize the wetty service and add events ( #18 )
* - Add help message
- Removed unnecesary ifs
* Moved to a module.
Add events:
* exit (code): Ssh process finished, informs the process exitcode.
* disconnect : Socket disconnected.
* Fix on previous commit
* Fix on previous commit
8 years ago
Cian Butler
0a384d56be
Update/package ( #14 )
* add user to dockerfile and dockerignore
* update readme and package for new npm
* update service
* Update package.json
8 years ago
Cian Butler
987e65bebb
update express ( #16 )
8 years ago
Cian Butler
73633fd2be
Update LICENSE
so github sees it
8 years ago