🛠️ Improve code readability by reformatting console logs and removing unnecessary whitespace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user