🛠️ Improve code readability by reformatting console logs and removing unnecessary whitespace

This commit is contained in:
2026-01-30 04:53:23 +00:00
parent 9fdfbb22d8
commit 52cf322a00
3 changed files with 32 additions and 22 deletions

View File

@@ -22,7 +22,9 @@ const sshConfig = {
};
console.log('🔧 Testing SSH Connection\n');
console.log(`📍 Target: ${sshConfig.username}@${sshConfig.host}:${sshConfig.port}`);
console.log(
`📍 Target: ${sshConfig.username}@${sshConfig.host}:${sshConfig.port}`
);
console.log(`🔑 Key: ${keyPath}`);
// Check key exists