lehnert.dev/www/dummy/sftp-login.json

44 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "Ode to Credentials",
"author": "Parody of Schiller",
"language": "English",
"protocol": "sftp",
"host": "nope.not.a.real.server",
"port": 22,
"username": "admin_but_not_really",
"privateKey": "-----BEGIN FAKE KEY-----\nthisisnotarealkeylol\n-----END FAKE KEY-----",
"passphrase": "tryHarder123!",
"retryAttempts": 42,
"timeout": 9001,
"backup": false,
"mood": "desperate",
"lastSeen": "sometime-before-it-mattered",
"favoriteSnack": "RAM chips",
"debugLevel": "emotional",
"stanzas": [
[
"Joyless, broken, code forsaken,",
"Server dreams now out of view,",
"SFTP has left me shaken,",
"Wheres the login? Where are you?"
],
[
"Hosts Ive pinged, and ports Ive queried,",
"But the key I seek is gone;",
"All my scripts are old and weary,",
"They just fail and wont move on."
],
[
"Was it saved in notes forgotten?",
"Was it once on sticky tape?",
"Maybe in a doc long rotten,",
"Buried deep and lost to fate?"
],
[
"O credentials, source of power,",
"Come and grant my code a sign!",
"Else Ill spend another hour,",
"Crying to the debug line."
]
]
}