Remove fulfilled TODO entry from ssh-config codebase

feature/ssh-config
Kelvin Schoofs 4 years ago
parent 01d8b20381
commit f35844a170

@ -280,7 +280,6 @@ export async function fillFileSystemConfig(config: FileSystemConfig, holder: SSH
password: (toBoolean(result.get('PasswordAuthentication')) != false) as any, password: (toBoolean(result.get('PasswordAuthentication')) != false) as any,
port: parseInt(result.get('Port')), port: parseInt(result.get('Port')),
// TODO: PreferredAuthentications (ssh2's non-documented authHandler config property?) // TODO: PreferredAuthentications (ssh2's non-documented authHandler config property?)
// TODO: ProxyCommand, ProxyJump, ProxyUseFdpass (can't support the latter I'm afraid)
hops: toList(result.get('ProxyJump')), hops: toList(result.get('ProxyJump')),
// TODO: SendEnv, SetEnv (maybe?) // TODO: SendEnv, SetEnv (maybe?)
username: result.get('User'), username: result.get('User'),

Loading…
Cancel
Save