Skip to content

unkaktus/adze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⛏️adze ⛏️

adze is an SSH+SFTP userspace server which authenticates only the running user by public keys. It enables tooling like rclone work for the systems that have 2-factor authentication. Distributed as single static binary, it works anywhere.

Usage

Loging to the remote, enter your codes, and start adze:

ssh -L 33456:localhost:33456 cluster
$ adze -p 33456

The you can point your tools to localhost:33456:

ssh -p 33456 localhost

About

Enable SSH tools over hosts with 2FA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages