What system are you running Yazi on?Linux X11 What terminal are you running Yazi in?kitty V0.48.1
|
Answered by
sxyazi
Sep 15, 2026
Replies: 1 comment 4 replies
|
With #4338 (nightly required atm), you can now register SFTP services in your vf.sftp = {
home = {
host = "1.2.3.4",
user = "root",
port = 22,
password = os.getenv("MY_PWD"),
},
}then start Yazi with: yazi sftp://home |
4 replies
Answer selected by
iandol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With #4338 (nightly required atm), you can now register SFTP services in your
init.luawhere you can useos.getenv()to access an environment variable like this:then start Yazi with: